nn::boss::TaskOptionConfig Structurestruct TaskOptionConfig
{
ExecOption option;
u8 step;
u8 targetStep;
u32 param1;
u32 param2;
};
Definition of an internal structure that maintains attribute information for the TaskOption class.
| option | ExecOption |
Task execution options. | |
|---|---|---|---|
| step | u8 | Task step ID number. | |
| targetStep | u8 | Task step option ID number. (This is provided for future extensibility and cannot be used.) | |
| param1 | u32 | Option parameter 1 for task step execution. (This is provided for future extensibility and cannot be used.) | |
| param2 | u32 | Option parameter 2 for task step execution. (This is provided for future extensibility and cannot be used.) |
CONFIDENTIAL