Step.CancelStepCallback

Syntax

Step.CancelStepCallback

Data Type

Boolean

Purpose

Specifies that TestStand does not call any further Engine callbacks for the same event.

Remarks

In an Engine callback sequence, set this property on the step that triggers the callback to specify that TestStand does not call any further Engine callbacks for the same triggering event. For example, a SequenceFilePostStepRuntimeError callback that completely handles a run-time error might set this property to prevent TestStand from also executing a ProcessModelPostStepRuntimeError callback for the same step error.

See Also

CallbackTypes

Step.CancelCurrentExecution