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 |
|---|---|
ResultSuccess |
Initialization successful. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
[This is exclusively for debugging. To be allowed, execution intervals must be in hours. For all non-debugging purposes, use the Initialize function. ] Configures policy settings. Specify the execution interval in seconds.
(Values from 1 second to 168 hours are valid.)
CONFIDENTIAL