nn::boss::UnregisterTask Functionnn::Result UnregisterTask( Task * pTask, u8 taskStep = DEFAULT_STEP_ID );
| Name | Description | |
|---|---|---|
| in | pTask | Specifies a registered task. |
| in | taskStep | Specifies a task step ID. (May be omitted if there is only one task step to be executed) |
Unregisters a task previously registered to the library.
CONFIDENTIAL