nn::boss::TaskPolicy::InitializeWithSecInterval Member Functionnn::Result InitializeWithSecInterval( u32 intervalSec, u32 count ); nn::Result InitializeWithSecInterval( TaskPriority priority, u32 intervalSec, u32 count );
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. |
InitializeWithSecInterval(u32, u32)(Values between 1 second and 168 hours are valid.)
InitializeWithSecInterval(TaskPriority, u32, u32)(Values between 1 second and 168 hours are valid.)
CONFIDENTIAL