ADSJob class

ExitCodeComparisonOperator property

    Arcana Scheduler Help

The ExitCodeComparisonOperator determines the comparison operator (<, <=, =, <>, >=, >) to use when comparing the exit code returned by the scheduled program to the ExitCodeCriterion. Together, these two properties define a successful execution of the program.

For example, if the ExitCodeComparisonOperator is set to compLE and the ExitCodeCriterion is set to 0, the Scheduler will consider the program to have run successfully if its exit code is <= 0.

Data Type

ADSComparisonOperatorEnum enumeration

Syntax

 

C++

job->get_ExitCodeComparisonOperator(ADSComparisonOperatorEnum *value)
job
->
put_ExitCodeComparisonOperator(ADSComparisonOperatorEnum value)

VB

job.ExitCodeComparisonOperator