ADSJob class

StartupDelay Property

    Arcana Scheduler Help

The StartupDelay specifies the delay, in minutes, between when the Scheduler service starts and when it executes the job if the RunOnStartup property is set.

Data Type

long

Syntax

 

C++

job->get_StartupDelay(long *value)
job
->
put_StartupDelay(long value)

VB

job.StartupDelay