ExecuteProgressChangedEventArgs.LastStep Property
- Updated2023-02-21
- 2 minute(s) read
Gets the most recent step executed by the stimulus profile.
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 ReadOnly Property LastStep As ActionStep |
| C# |
|---|
public ActionStep LastStep { get; } |
| Visual C++ |
|---|
public: property ActionStep^ LastStep { ActionStep^ get (); } |