ADSJob class
Arcana Scheduler Help
The Enabled property determines whether the job is run. If Enabled is TRUE, the job will run according to the schedules and other criteria defined for the job.
boolean
C++ |
job->get_Enabled(VARIANT_BOOL *value) |
VB |
job.Enabled |
If Enabled is FALSE, the job will not be run under any circumstances. This includes running the job using the Run method and starting the job based on the outcome of another job.