class SingleStepJob : public nn::nex::StepSequenceJob
A class for executing single step jobs.
S | DELAY_TIME_MSEC | The execution interval for the SingleStepJob::OnStep function (in milliseconds). |
---|
SingleStepJob | Constructor. | |
---|---|---|
V | ~SingleStepJob | Destructor. |
Start | Starts the job. | |
PV | OnStep | Checks the state of progress of a job. |
AcquireRef | Increments the reference count by 1. (Inherits RefCountedObject .) |
|
ReleaseRef | Decrements the reference count by 1. Deletes itself when the count reaches 0 . (Inherits RefCountedObject .) |
nn::nex::RootObject
nn::nex::RefCountedObject
nn::nex::Job
nn::nex::StepSequenceJob
nn::nex::SingleStepJob
CONFIDENTIAL