SetDuration

nn::boss::TaskPolicy::SetDuration Member Function

Syntax

nn::Result SetDuration(
     u32 duration
);

Parameters

Name Description
in duration Specifies the duration for a single execution.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Set successfully.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Sets the duration for a single execution. (To be supported in the future.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL