Changes between Version 37 and Version 38 of RemoteJobs
- Timestamp:
- Oct 7, 2013, 10:54:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v37 v38 292 292 293 293 === query_completed_job() === 294 295 Query a completed job. 294 296 {{{ 295 297 extern int query_completed_job( … … 312 314 }}} 313 315 316 canonical_resultid:: database ID of the "canonical" instance of the job. 317 error_mask:: a bitmask of error conditions (see db/boinc_db_types.h) 318 error_resultid:: the database ID of a failed instance, if one exists 319 exit_status:: exit status of failed instance 320 elapsed_time:: run time of canonical instance 321 cpu_time:: CPU time of canonical instance 322 stderr_out:: stderr output of canonical or failed instance 323 314 324 === retire_batch() === 315 325 326 "Retire" a batch. 327 The server is then allowed to delete the batch's input and output files, 328 and its database records. 316 329 {{{ 317 330 extern int retire_batch( … … 324 337 325 338 === set_expire_time() === 339 340 Change the expiration time of a batch. 326 341 {{{ 327 342 extern int set_expire_time(