ADSJob class

KillJob property

    Arcana Scheduler Help

The KillJob property specifies the job that will be run if this job is forcibly terminated by the Scheduler and the KillAction property is set to ADS_RUN_JOB.

Data Type

ADSJob

Syntax

 

C++

job->get_KillJob(IADSJob **value)
job
->put_KillJob(IADSJob *value)

VB

job.GoodRunJob

Values

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