libqi-api
2.8.7.4
|
Represent execution behaviour options attached to a task that must be interpreted by an ExecutionContext. More...
#include <executioncontext.hpp>
Public Attributes | |
CancelOption | onCancelRequested |
Represent execution behaviour options attached to a task that must be interpreted by an ExecutionContext.
Definition at line 48 of file executioncontext.hpp.
CancelOption qi::ExecutionOptions::onCancelRequested |
Specifies the behaviour when the task is scheduled but not executed and it have been marked as cancel-requested.
Definition at line 53 of file executioncontext.hpp.