nn::boss::TaskPolicy::Initialize Member Function

Syntax

nn::Result Initialize(
     u32 interval,
     u32 count
);

Arguments

Name Description
in interval Specifies the execution interval for a task. The units are hours.
in count Specifies the execution count for a task.

Return Values

Returns the result of the operation.

Description

Configures the policy settings.


CONFIDENTIAL