| 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. |
| | 44 | |
| | 45 | ==== check host (hostID) ==== |
| | 46 | |
| | 47 | check on the status of a single job or host. the jobID or hostID is |
| | 48 | an integer value^1^. The return is a block of information giving the |
| | 49 | status and some other infomation. |
| | 50 | |
| | 51 | For 'host', the return is of the form: |
| | 52 | |
| | 53 | {{{ |
| | 54 | host (state) |
| | 55 | STATUS 1 |
| | 56 | }}} |
| | 57 | |
| | 58 | where (state) is one of IDLE, BUSY, RESP, DONE, DOWN, OFF. |