Changes between Version 55 and Version 56 of RemoteJobs
- Timestamp:
- Feb 24, 2017, 2:03:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v55 v56 185 185 * '''batch_id''': specifies a batch. 186 186 * '''get_cpu_time''' (optional): if nonzero, get CPU time of batch 187 * '''get_job_details''' (optional): if nonzero, return job details (see below). 187 188 188 189 Result: a 2-element array. … … 192 193 * '''id''': the database ID of the job's workunit record 193 194 * '''canonical_instance_id''': if the job has a canonical result, its database ID 195 196 If '''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 201 The order of job descriptors matches their order in the batch submission. 194 202 195 203 === boinc_query_job() ===