ADSJob class

RunIfMissed property

    Arcana Scheduler Help

Each time the Scheduler service starts, it checks to see if any scheduled jobs were missed while the service was not running. If one or more runs of a job were missed and the RunIfMissed property is set, the Scheduler will run the job immediately.

Data Type

boolean

Syntax

 

C++

job->get_RunIfMissed(VARIANT_BOOL *value)
job
->
put_RunIfMissed(VARIANT_BOOL value)

VB

job.RunIfMissed

Remarks

For the Scheduler to run the job, the Enabled property must also be set.