nn::boss::TaskOption::SetConditional Member Functionnn::Result SetConditional( u8 target, u32 param1, u32 param2 );
| Name | Description | |
|---|---|---|
| in | target | Specifies a task step ID that has had execution options changed. |
| in | param1 | Specifies control parameter 1. |
| in | param2 | Specifies control parameter 2. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Set successfully. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Configures the parameters for a task's execution options. (Future extensibility)
CONFIDENTIAL