Previous Topic: Pre-Execution Code and Post-Execution CodeNext Topic: Loop Settings


Set Operator Status

During the processing of pre- and post-execution code you have the option of specifying a value for setOperatorStatus. You can force the operator to either fail or pass.

To specify the success of the operator:

setOperatorStatus ("Success",Operation Result,"reason")

To specify the failure of the operator:

setOperatorStatus ("Failure",Operation Result,"reason")