Changes between Version 38 and Version 39 of BasicApi


Ignore:
Timestamp:
Feb 22, 2012, 3:01:12 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v38 v39  
    225225{{{
    226226#!c++
    227 int boinc_temporary_exit(int delay);
     227int boinc_temporary_exit(int delay, const char* reason=NULL);
    228228}}}
    229229
     
    232232(This works with 6.10.25+ client;
    233233on other clients, it will potentially restart immediately).
     234'''Reason''', if supplied, is shown to the user as the explanation for the deferral.