Step.CancelCurrentModuleExecution

Syntax

Step.CancelCurrentModuleExecution

Data Type

Boolean

Purpose

When this property is True , TestStand does not call the code module for the step.

Remarks

This property is reset to False after TestStand uses it so that the step runs normally the next time it executes. The property is also reset to False before the start of the next iteration when looping on a step. You can set this property from the Pre-Step Engine callbacks, the step pre-expression, or the Pre-Step substep of a step type. By setting this property to True , you can use this property to impose additional conditions that a step must meet before it can execute the code module.

See Also

Step.CancelCurrentExecution