ADSJob class

BadRunJob property

    Arcana Scheduler Help

The BadRunJob property specifies the job that will be run if this job completes with an unacceptable return code and the BadRunAction property is set to ADS_RUN_JOB.

Data Type

ADSJob

Syntax

 

C++

job->get_BadRunJob(IADSJob **value)
job
->put_BadRunJob(IADSJob *value)

VB

job.BadRunJob

Remarks

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