Step.CancelStepCallback
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Step.CancelStepCallback
Syntax
Step.CancelStepCallback
Data Type
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.