ADSJob class

FailureAction property

   Arcana Scheduler Help

The FailureRunAction property specifies the action that should be taken if the Scheduler is unable to start the job.

Data Type

ADSActionType enumeration

Syntax

 

C++

job->get_FailureAction(ADSActionType *action)
job
->
put_FailureAction(ADSActionType action)

VB

job.FailureAction

Values

This property may be set to any one of the valid ADSActionType values. If the property is set to ADS_RUN_JOB, the FailureJob determines which job will be run.