class Scheduler : public nn::nex::RootObject
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.
DispachFlag | This flag is used to specify the behavior when Dispatch is called. |
---|
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. |
nn::nex::RootObject
nn::nex::Scheduler
CONFIDENTIAL