ADSJob class

FailureJob property

    Arcana Scheduler Help

The FailureJob property specifies the job that will be run if this job fails to start and the FailureAction property is set to ADS_RUN_JOB.

Data Type

ADSJob

Syntax

 

C++

job->get_FailureJob(IADSJob **value)
job
->put_FailureJob(IADSJob *value)

VB

job.FailureJob

Remarks

Setting this property will automatically set the FailureAction property to ADS_RUN_JOB.