nn::boss::TaskPolicy::InitializeWithSecInterval Member Functionnn::Result InitializeWithSecInterval( TaskPriority priority, u32 intervalSec, u32 count );
| Name | Description | |
|---|---|---|
| in | priority | Specifies a task's execution priority. |
| in | intervalSec | Specifies the execution interval for a task. The units are seconds. |
| in | count | Specifies the execution count for a task. |
Configures the policy settings. Specify the execution interval in seconds.
CONFIDENTIAL