nn::boss::UnregisterTask Function

Syntax

nn::Result UnregisterTask(
     Task * pTask,
     u8 taskStep = DEFAULT_STEP_ID
);

Arguments

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)

Return Values

Returns the result of the operation.

Description

Unregisters a task previously registered to the library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL