libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
qi::ExecutionOptions Struct Reference

Represent execution behaviour options attached to a task that must be interpreted by an ExecutionContext. More...

#include <executioncontext.hpp>

Public Attributes

CancelOption onCancelRequested
 

Detailed Description

Represent execution behaviour options attached to a task that must be interpreted by an ExecutionContext.

Definition at line 48 of file executioncontext.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: