IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of pantasks_controller_interactions


Ignore:
Timestamp:
Nov 1, 2012, 10:39:38 AM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pantasks_controller_interactions

    v6 v7  
    2626check on the status of a single job.  the jobID is an integer value^1^.  The return is a block of information giving the
    2727status and some other infomation. 
    28 
    29 ==== check host (hostID) ====
    30 
    31 check on the status of a single job or host.  the jobID or hostID is
    32 an integer value^1^.  The return is a block of information giving the
    33 status and some other infomation. 
    34 
    35 For 'host', the return is of the form:
    36 
    37 {{{
    38 host (state)
    39 STATUS 1
    40 }}}
    41 
    42 where (state) is one of IDLE, BUSY, RESP, DONE, DOWN, OFF.
    4328
    4429For 'job', the return is of the form:
     
    5742  * (Nbytes) is the size of the standard out and standard error buffers from the job
    5843  * (elapsed time) is the number of seconds it took to run the command; this is only set on exit.
     44
     45==== check host (hostID) ====
     46
     47check on the status of a single job or host.  the jobID or hostID is
     48an integer value^1^.  The return is a block of information giving the
     49status and some other infomation. 
     50
     51For 'host', the return is of the form:
     52
     53{{{
     54host (state)
     55STATUS 1
     56}}}
     57
     58where (state) is one of IDLE, BUSY, RESP, DONE, DOWN, OFF.
    5959
    6060==== exit ====