nn::boss::Task::GetState Member Function

Syntax

TaskStateCode GetState(
     u32 * pCount = NULL,
     u8 * pStepID = NULL
);

Arguments

Name Description
out pCount Returns the remaining count. (Optional)
out pStepID Returns the task step ID. (Optional)

Return Values

Returns a code indicating the task state.

Description

Gets the task state.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL