Changes between Version 28 and Version 29 of RemoteJobs


Ignore:
Timestamp:
Feb 1, 2013, 10:24:05 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v28 v29  
    179179Result: an error message, null if successful
    180180
    181 === boinc_get_output_file() ===
    182 
    183 Get a URL for a particular output file.
    184 
    185 Argument: a request object with elements
    186  * '''project''' and '''authenticator''': as above,
    187  * '''instance_name''': specifies a job instance,
    188  * '''file_num''': the ordinal number of one of the output files.
    189 
    190 Result: a URL from which the output file can be downloaded.
    191 
    192 === boinc_get_output_files() ===
    193 
    194 Argument: a request object with elements
    195  * '''project''' and '''authenticator''': as above,
    196  * '''batch_id''': specifies a batch.
    197 
    198 Result: a URL from which a zipped archive of all
    199 output files from the batch can be downloaded
    200 (only the outputs of "canonical" instances are included).
    201 
    202181=== boinc_retire_batch() ===
    203182