PostActionValues
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PostActionValues
Use these constants to specify the type of action you want to take for a particular post action of a step.
- PostAction_Break –(Value: "Break") Suspends execution before continuing to the next step.
- PostAction_CallCallback –(Value: "Cback") Calls a sequence before continuing to the next step. You can select any sequence in the sequence file. TestStand does not pass any arguments to the sequence. If the sequence has parameters, TestStand uses the default values of the parameters.
- PostAction_GotoStep –(Value: "Goto") Execution branches to a step in the current step group, to the end of the current step group, or to the Cleanup step group. If the post action for a step specifies that execution branches to the Cleanup step group and the current step is in the Cleanup step group, execution proceeds normally with the next step in the Cleanup step group.
- PostAction_NextStep –(Value: "Next") Execution continues normally with the next step. This is the default value.
- PostAction_Terminate –(Value: "Terminate") Terminates execution.