nn::boss::Task::GetError Member Function

Syntax

nn::Result GetError(
     TaskError * pTaskError,
     u8 * pStepID = NULL,
     u8 taskStep = CURRENT_STEP_ID
);

Arguments

Name Description
out pTaskError Returns the task error state.
out pStepID Returns the task step ID.
in taskStep Specifies a task step ID. (Defaults to the current step if omitted)

Return Values

Returns the result of the operation.

Description

Gets the task error state.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL