ADSJob class
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.
boolean
C++ |
job->get_RunOnStartup(VARIANT_BOOL *value) |
VB |
job.RunOnStartup |
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.