nn::nex::SingleStepJob Class

Syntax

class SingleStepJob : public nn::nex::StepSequenceJob

Description

A class for executing single step jobs.

Member Constants

S DELAY_TIME_MSEC The execution interval for the SingleStepJob::OnStep function (in milliseconds).

Member Functions

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.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::RefCountedObject
    nn::nex::Job
      nn::nex::StepSequenceJob
        nn::nex::SingleStepJob

Revision History

2014/01/09
Initial version.

CONFIDENTIAL