nn::boss::TaskOption Taskclass TaskOption
Class for representing task options. Use this to do such things as set the option information used when registering a task. (The task option feature is not currently supported.)
TaskOption
|
Constructor. | |
|---|---|---|
| V |
~TaskOption
|
Destructor. |
Initialize
|
Configures the initial settings for a task option. This initialization makes it possible to reuse objects. | |
SetConditional
|
Configures the parameters for a task's execution options. (Future extensibility) | |
SetProperty
|
Sets a property value in the class. Call this function after allocating memory for the description's data type. It can be used for the following properties. Identifier: Description TASK_STEP: Task step ID number. Data type is u8. |
|
GetProperty
|
Gets a property value from the class. Call this function after allocating memory for the description's data type. It can be used for the following properties. Identifer: Description TASK_EXEC_OPTION: Task execution options. Data type is ExecOption.TASK_STEP: Task step ID number. Data type is u8. |
CONFIDENTIAL