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 | Task execution options. | |
|---|---|---|
| step | Task step ID number. | |
| targetStep | Task step option ID number. (This is provided for future extensibility and cannot be used.) | |
| param1 | Task step execution option parameter 1. (This is provided for future extensibility and cannot be used.) | |
| param2 | Task step execution option parameter 2. (This is provided for future extensibility and cannot be used.) |
CONFIDENTIAL