Changes between Version 38 and Version 39 of BasicApi
- Timestamp:
- Feb 22, 2012, 3:01:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v38 v39 225 225 {{{ 226 226 #!c++ 227 int boinc_temporary_exit(int delay );227 int boinc_temporary_exit(int delay, const char* reason=NULL); 228 228 }}} 229 229 … … 232 232 (This works with 6.10.25+ client; 233 233 on other clients, it will potentially restart immediately). 234 '''Reason''', if supplied, is shown to the user as the explanation for the deferral.