Project

General

Profile

Feature #6

Updated by Torbjorn Carlqvist Admin about 2 years ago

Due to a user messages#3 request we will add response information to following functions. 

 <pre><code class="javascript"> 
 startJob 
 resumeJob 
 pauseJob 
 startCronJob 
 cancelJob 
 </code></pre> 

 The purpose with this is to get information from a running job. If it was canceld, when should it have bean fired next time etc. 
 The response will be in JSON 

 More information will follow when development start. 

Back