qBool Start( CallContext * pContext, qBool deleteOnCompletion = false );
Name | Description | |
---|---|---|
in | pContext | A context for managing the execution state of a job. |
in | deleteOnCompletion | Whether to delete itself when the job completes. |
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.
CONFIDENTIAL