nn::boss::TaskPolicy::SetDuration Member Functionnn::Result SetDuration( u32 duration );
| Name | Description | |
|---|---|---|
| in | duration | Specifies the duration for a single execution. |
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). |
Sets the duration for a single execution. (To be supported in the future.)
CONFIDENTIAL