StimulusProfile.Abort Method
- Updated2023-02-21
- 2 minute(s) read
Immediately terminates the execution of the stimulus profile, without executing any clean up-tasks.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub Abort |
| C# |
|---|
public void Abort() |
| Visual C++ |
|---|
public: void Abort() |
Remarks
Use the Stop method to execute clean-up tasks before terminating stimulus profile execution.