ExecuteProgressChangedEventArgs.LastStepResult Property
- Updated2023-02-21
- 2 minute(s) read
Gets the execution results (passed, failed, and so on) of the last 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 LastStepResult As StepResult |
| C# |
|---|
public StepResult LastStepResult { get; } |
| Visual C++ |
|---|
public: property StepResult LastStepResult { StepResult get (); } |