VeriStand .NET API Reference

StimulusProfile.StopExecutionOnFail Property

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.

Remarks

Note:

If you stop execution of a stimulus profile that contains nested real-time sequences, the tasks in the CleanUp section of each sequence also execute before the stimulus profile is stopped.

See Also

Log in to get a better experience