ADSJob class

GoodRunJob property

    Arcana Scheduler Help

The GoodRunJob property specifies the job that will be run if this job completes with an acceptable return code and the GoodRunAction property is set to ADS_RUN_JOB.

Data Type

ADSJob

Syntax

 

C++

job->get_GoodRunJob(IADSJob **value)
job
->put_GoodRunJob(IADSJob *value)

VB

job.GoodRunJob

Values

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