Changes between Version 25 and Version 26 of CondorBoinc


Ignore:
Timestamp:
Jan 15, 2014, 4:10:45 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

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