nn::nex::SingleStepJob::Start Member Function

Syntax

qBool Start(
     CallContext * pContext,
     qBool deleteOnCompletion = false
);

Parameters

Name Description
in pContext A context for managing the execution state of a job.
in deleteOnCompletion Whether to delete itself when the job completes.

Return Values

Whether the job was successfully started.

Description

Starts the job.

Registers the job with the Scheduler and starts it.
The execution state of a registered job is checked every DELAY_TIME_MSEC milliseconds by the SingleStepJob::OnStep function.

Revision History

2014/01/09
Initial version.

CONFIDENTIAL