Changes between Version 37 and Version 38 of RemoteJobs


Ignore:
Timestamp:
Oct 7, 2013, 10:54:19 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v37 v38  
    292292
    293293=== query_completed_job() ===
     294
     295Query a completed job.
    294296{{{
    295297extern int query_completed_job(
     
    312314}}}
    313315
     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
    314324=== retire_batch() ===
    315325
     326"Retire" a batch.
     327The server is then allowed to delete the batch's input and output files,
     328and its database records.
    316329{{{
    317330extern int retire_batch(
     
    324337
    325338=== set_expire_time() ===
     339
     340Change the expiration time of a batch.
    326341{{{
    327342extern int set_expire_time(