ADSJob class

GoodRunAction property

    Arcana Scheduler Help

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

Data Type

ADSActionType enumeration

Syntax

 

C++

job->get_GoodRunAction(ADSActionType *action)
job
->
put_GoodRunAction(ADSActionType action)

VB

job.GoodRunAction

Values

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