ADSJob class

LimitRun property

    Arcana Scheduler Help

When the LimitRun property is TRUE, the Scheduler will terminate the application if it runs longer than the allowable time specified by the MaxRunTime property.

Data Type

boolean

Syntax

 

C++

job->get_LimitRun(VARIANT_BOOL *value)
job
->
put_LimitRun(VARIANT_BOOL value)

VB

job.LimitRun

Remarks

See the Arcana Scheduler online help for information on how the Scheduler terminates the application.