ADSJob class

MaxRunTime property

    Arcana Scheduler Help

The MaxRunTime property specifies the maximum time, in minutes, that the program is allowed to run if the LimitRun property is set.

Data Type

long

Syntax

 

C++

job->get_MaxRunTime(long *value)
job
->
put_MaxRunTime(long value)

VB

job.MaxRunTime