ADSJob class

BadRunAction property

    Arcana Scheduler Help

The BadRunAction property specifies the action that should be taken if the job completes with an unacceptable return code (as defined by the MaxGoodReturnCode).

Data Type

ADSActionType enumeration

Syntax

 

C++

job->get_BadRunAction(ADSActionType *action)
job
->
put_BadRunAction(ADSActionType action)

VB

job.BadRunAction

Values

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