RestartOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
RestartOptions
These constants represent the options you can use with the options parameter of the Execution.RestartEx method. Use the bitwise-OR operator to specify more than one option.
- RestartOption_BreakOnEntry –(Value: 0x1) Use this option to suspend execution before executing the first step.
- RestartOption_BreakOnSequenceFailure –(Value: 0x8) Specifies if the sequence editor and user interfaces suspend when a failing step causes a sequence failure to first occur. TestStand does not suspend on failing Sequence Call steps already in the stack. If the sequence failure setting is reset, TestStand suspends when the next failing step causes sequence failure.
- RestartOption_BreakOnStepFailure –(Value: 0x4) Specifies if the sequence editor and user interfaces suspend when a step fails. TestStand does not suspend an execution on a failing Sequence Call step if the step that caused the sequence failure already suspended execution.
- RestartOption_NoOptions –(Value: 0x0) No options.
- RestartOption_OverrideNotRestartable –(Value: 0x2) Use this option to restart an execution created with the ExecutionTypeMask.ExecTypeMask_NotRestartable option.