InitializeWithSecInterval

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

Syntax

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

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

List of Overloaded Member Functions

InitializeWithSecInterval(u32, u32) (This is exclusively for debugging. Regular execution intervals are only approved if they are measured in hours. Use the Initialize function when you are not debugging. ) Configures policy settings. Specify the execution interval in seconds.
InitializeWithSecInterval(TaskPriority, u32, u32) (This is exclusively for debugging. Regular execution intervals are only approved if they are measured in hours. Use the Initialize function when you are not debugging. ) Configures policy settings. Specify the execution interval in seconds.

Description of InitializeWithSecInterval(u32, u32)

(Values between 1 second and 168 hours are valid.)

Description of InitializeWithSecInterval(TaskPriority, u32, u32)

(Values between 1 second and 168 hours are valid.)


CONFIDENTIAL