InteractiveBranchModes

Use these constants with StationOptions.InteractiveBranchMode property.

  • InteractiveBranchMode_AllowAll –(Value: 4) The interactive execution allows branching to selected and non-selected steps. When TestStand executes a selected step and no branch occurs, the next step is the next selected step. When TestStand executes a non-selected step and no branch occurs, the next step is the step after the non-selected step.
  • InteractiveBranchMode_GotoEnd –(Value: 2) The interactive execution allows branching within selected steps. All branches to non-selected steps automatically go to the end step and start the next interactive loop iteration, if specified.
  • InteractiveBranchMode_Ignore –(Value: 1) The interactive execution allows branching within the selected steps, and all branching to non-selected steps is ignored.
  • InteractiveBranchMode_None –(Value: 0) The interactive execution ignores all branches and executes selected steps in the order the sequence editor or user interface specifies.
  • InteractiveBranchMode_RaiseRTE –(Value: 3) The interactive execution allows branching within selected steps. All branches to non-selected steps cause a run-time error. If enabled, the Run-Time Error dialog box launches.

See Also

Run-Time Error dialog box

StationOptions.InteractiveBranchMode