Changes between Version 55 and Version 56 of RemoteJobs


Ignore:
Timestamp:
Feb 24, 2017, 2:03:05 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v55 v56  
    185185 * '''batch_id''': specifies a batch.
    186186 * '''get_cpu_time''' (optional): if nonzero, get CPU time of batch
     187 * '''get_job_details''' (optional): if nonzero, return job details (see below).
    187188
    188189Result: a 2-element array.
     
    192193  * '''id''': the database ID of the job's workunit record
    193194  * '''canonical_instance_id''': if the job has a canonical result, its database ID
     195
     196If '''get_job_details''' was set, the job descriptors also contain:
     197  * '''status''': "unsent", "in_progress", "error", or "done".
     198  * '''cpu_time''': if done, the CPU time
     199  * '''exit_status''': if error, the exit status of one of the error instances.
     200
     201The order of job descriptors matches their order in the batch submission.
    194202
    195203=== boinc_query_job() ===