ADSJob class

RunOnStartup property

    Arcana Scheduler Help

When the RunOnStartup property is set, the job is run each time the Scheduler service is started. The StartupDelay determines how long after starting the service will wait before starting the job.

Data Type

boolean

Syntax

 

C++

job->get_RunOnStartup(VARIANT_BOOL *value)
job
->
put_RunOnStartup(VARIANT_BOOL value)

VB

job.RunOnStartup

Remarks

For the Scheduler to run the job, the Enabled property must also be set.

Generally the service is started only when the computer is restarted. This option therefore can be used to start a program whenever the computer is restarted.