ADSJob class

MaxGoodReturnCode property (Deprecated)

    Arcana Scheduler Help

Note

This property has been replaced by the ExitCodeCriterion property.

Both properties actually point to the same value: getting or setting MaxGoodReturnCode is equivalent to getting or setting ExitCodeCriterion.

Note that the way this value is used has changed beginning with version 2.3 of the Scheduler. Previously any exit code less than or equal to the MaxGoodReturnCode was considered a successful execution. Now the ExitCodeComparisonOperator determines how the exit code should be compared to the ExitCodeCriterion. When jobs created under a previous version are upgraded the ExitCodeComparisonOperator is set to compLE so that the Scheduler will mimic the previous behavior for the job.