nn::boss::ReconfigureTask Function

Syntax

nn::Result ReconfigureTask(
     Task * pTask,
     TaskPolicy * pPolicy,
     u8 taskStep = DEFAULT_STEP_ID
);

Arguments

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)

Return Values

Returns the result of the operation.

Description

Updates the policy of a task previously registered to the library.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL