nn::nex::Scheduler Class

Syntax

class Scheduler : public nn::nex::RootObject

Description

Schedules the execution of jobs.

The Scheduler class is used for executing NEX jobs. Make sure to execute jobs by periodically calling the Scheduler::Dispatch or Scheduler::DispatchAll function from the application.

This class is a singleton. Instances are automatically created and released by the system.

Enumerated Types

DispachFlag This flag is used to specify the behavior when Dispatch is called.

Member Functions

DispatchAll Executes all registered jobs.
Dispatch Executes registered jobs with the set timeout.
SystemLock Returns a reference to the critical session needed to lock the system.
S GetInstance Gets an instance of a single Scheduler object.

Class Hierarchy

nn::nex::RootObject
  nn::nex::Scheduler

Revision History

2011/01/27
Initial version.

CONFIDENTIAL