Changes between Version 46 and Version 47 of BasicApi
- Timestamp:
- Sep 15, 2014, 11:13:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v46 v47 40 40 Do '''not''' call exit(0). 41 41 If you do, BOINC will restart the app, which is probably not what you want. 42 43 Alternatively, if you want to show a message to the user 44 (e.g. because of an error condition that the user can remedy) use 45 {{{ 46 boinc_finish_message(int status, const char* msg, bool is_notice); 47 }}} 48 If '''is_notice''' is true, the message will be shown as a notice in the GUI. 42 49 43 50 == Resolving file names == #filenames