Gets or sets whether execution of the stimulus profile stops if a step fails. Stopping execution causes the stimulus profile to jump to and execute the tasks in the
CleanupStepGroup before terminating execution.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property StopExecutionOnFail As Boolean |
| C# |
|---|
public bool StopExecutionOnFail { get; set; } |
| Visual C++ |
|---|
public:
property bool StopExecutionOnFail {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if execution stops if a step fails.