ADSJob class
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.
ADSComparisonOperatorEnum enumeration
C++ |
job->get_ExitCodeComparisonOperator(ADSComparisonOperatorEnum
*value) |
VB |
job.ExitCodeComparisonOperator |