ADSJob class
Arcana Scheduler Help
When the RunAsScheduled property is set, the Scheduler will run the job based on the schedules specified for the job.
boolean
C++ |
job->get_RunAsScheduled(VARIANT_BOOL *value) |
VB |
job.RunAsScheduled |
For the Scheduler to run the job at scheduled times, both the Enabled and RunAsScheduled properties must be set. If RunAsScheduled is not set, any schedules defined for the job will be ignored. (The job may still be run manually using the Run method, on service startup, or if it is specified as a post-execution action for another job.