nn::boss::TaskPolicy::InitializeWithSecInterval Member Function

Syntax

nn::Result InitializeWithSecInterval(
     TaskPriority priority,
     u32 intervalSec,
     u32 count
);

Arguments

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.

Return Values

Returns the result of the operation.

Description

Configures the policy settings. Specify the execution interval in seconds.


CONFIDENTIAL