ADSJob class
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.
boolean
C++ |
job->get_RunIfMissed(VARIANT_BOOL *value) |
VB |
job.RunIfMissed |
For the Scheduler to run the job, the Enabled property must also be set.