Message boards : API : Upload output files when aborted
Message board moderation
Author | Message |
---|---|
Send message Joined: 12 Feb 19 Posts: 1 |
Hello boinc developers. I am trying to make my boinc application to upload the output file when it is aborted by user. Should this code be enough? if(boinc_status.abort_request) { write_my_output_file(); boinc_finish(0); } I have disabled direct process control and check for exit/abort/suspend request every now and then: boinc_options_defaults(opts); opts.direct_process_action = 0; // I handle abort/suspend myself int retval = boinc_init_options(&opts); Is this use case supported by current client version? If not, where is the decision made? |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.