Changes between Version 26 and Version 27 of RemoteJobs


Ignore:
Timestamp:
Aug 30, 2012, 8:57:42 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v26 v27  
    9090}
    9191
    92 list($e, $errmsg) = boinc_estimate_batch($req);
     92list($batch_id, $errmsg) = boinc_submit_batch($req);
    9393if ($errmsg) {
    9494    echo "Error: $errmsg\n";
    9595} else {
    96     echo "The batch will take about $e seconds to complete\n";
     96    echo "Batch ID: $batch_id\n";
    9797}
    9898}}}