ADSJob class

Enabled property

    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.

Data Type

boolean

Syntax

 

C++

job->get_Enabled(VARIANT_BOOL *value)
job
->
put_Enabled(VARIANT_BOOL value)

VB

job.Enabled

Remarks

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.