nn::boss::ReconfigureTask Functionnn::Result ReconfigureTask( Task * pTask, TaskPolicy * pPolicy, u8 taskStep = DEFAULT_STEP_ID );
| Name | Description | |
|---|---|---|
| in | pTask | Specifies a registered task. |
| in | pPolicy | Specifies a task policy that contains updated content. |
| in | taskStep | Specifies a task step ID. (May be omitted if there is only one task step to be executed) |
Updates the policy of a task previously registered to the library.
CONFIDENTIAL