nn::boss::TaskPolicy::InitializeWithSecInterval Member Functionnn::Result InitializeWithSecInterval( u32 intervalSec, u32 count );
| Name | Description | |
|---|---|---|
| in | intervalSec | Specifies the execution interval for a task. The units are seconds. |
| in | count | Specifies the execution count for a task. |
Result values listed below.| Value | Description |
|---|---|
Result::IsSuccess |
Initialization successful. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
(This is exclusively for debugging. Regular execution intervals are only approved if they are measured in hours. Use the Initialize function when you are not debugging.) Configures policy settings. Specify the execution interval in seconds.
(Values from 1 second to 168 hours are valid.)
CONFIDENTIAL