116 | | BOINC_QUERY_BATCH <req id> #batches <batch name1> ... |
117 | | |
118 | | Result: |
119 | | <err msg> | NULL <batch size 1> <job name 1> <status1> ... <batch size 2> ... |
120 | | }}} |
121 | | Status is either IN_PROGRESS, DONE, or ERROR |
| 116 | BOINC_QUERY_BATCH <req id> min_mod_time #batches <batch name1> ... |
| 117 | |
| 118 | Result: |
| 119 | <err msg> | NULL server_time <batch size 1> <job name 1> <status1> ... <batch size 2> ... |
| 120 | }}} |
| 121 | |
| 122 | Query the jobs in a given set of batches. |
| 123 | Only jobs whose DB record has changed (e.g. whose status has changed) |
| 124 | since the given '''min_mod_time''' are reported |
| 125 | ('''min_mod_time''' = 0 returns all jobs). |
| 126 | |
| 127 | The output includes the current on the server; |
| 128 | you can pass this as '''min_mod_time''' in a subsequent call. |
| 129 | |
| 130 | The status of each job is either IN_PROGRESS, DONE, or ERROR |