ADSJob class

RunAsScheduled property

    Arcana Scheduler Help

When the RunAsScheduled property is set, the Scheduler will run the job based on the schedules specified for the job.

Data Type

boolean

Syntax

 

C++

job->get_RunAsScheduled(VARIANT_BOOL *value)
job
->
put_RunAsScheduled(VARIANT_BOOL value)

VB

job.RunAsScheduled

Remarks

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.