VeriStand .NET API Reference

ExecuteProgressChangedEventArgs.LastStepResult Property

Gets the execution results (passed, failed, and so on) of the last step executed by the stimulus profile.

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 ReadOnly Property LastStepResult As StepResult
C#
public StepResult LastStepResult { get; }
Visual C++
public:
property StepResult LastStepResult {
	StepResult get ();
}

Property Value

An enumeration of StepResult.

See Also

Log in to get a better experience