nn::boss::TaskOption Task

Syntax

class TaskOption

Description

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.)

Member Functions

TaskOption Constructor.
V ~TaskOption Destructor.
Initialize Configures the initial settings for a task option.
SetConditional Configures the parameters for execution options for a task.
SetProperty Sets a property value in the class. Can be used for the following properties.
Identifier type
TASK_EXEC_OPTION ExecOption
TASK_STEP u8
TASK_OPTION_TARGET_STEP u8
TASK_OPTION_PARAM1 u32
TASK_OPTION_PARAM2 u32
GetProperty Gets a property value from the class. Can be used for the following properties.
Identifier type
TASK_EXEC_OPTION ExecOption
TASK_STEP u8
TASK_OPTION_TARGET_STEP u8
TASK_OPTION_PARAM1 u32
TASK_OPTION_PARAM2 u32

Revision History

2010/09/16
Initial version.

CONFIDENTIAL