nn::boss::TaskPolicy::Initialize Member Functionnn::Result Initialize( TaskPriority priority, u32 interval, u32 count );
| Name | Description | |
|---|---|---|
| in | priority | Specifies a task's execution priority. |
| in | interval | Specifies the execution interval for a task. The units are hours. (Valid values are from 1 to 168 hours. ) |
| 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). |
Configures the policy settings.
CONFIDENTIAL