nn::boss::TaskPolicy Class

Syntax

class TaskPolicy

Description

Class for representing task policies. Use this to do such things as set the policy information used when registering a task.

Member Functions

TaskPolicy Constructor.
V ~TaskPolicy Destructor.
Initialize Configures the policy settings. This initialization makes it possible to reuse objects.
InitializeWithSecInterval (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.
SetDuration Sets the duration for a single execution. (To be supported in the future.)
SetPriority Sets a task's execution priority.
SetProperty Sets a property value in the class.
GetProperty Gets a property value from the class.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL