Changes between Version 46 and Version 47 of BasicApi


Ignore:
Timestamp:
Sep 15, 2014, 11:13:24 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v46 v47  
    4040Do '''not''' call exit(0).
    4141If you do, BOINC will restart the app, which is probably not what you want.
     42
     43Alternatively, 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{{{
     46boinc_finish_message(int status, const char* msg, bool is_notice);
     47}}}
     48If '''is_notice''' is true, the message will be shown as a notice in the GUI.
    4249
    4350== Resolving file names == #filenames