VeriStand .NET API Reference

StimulusProfile.State Property

Gets the execution state of a step (Idle, Initializing, Running, and so on.)

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 State As StepExecutionState
C#
public StepExecutionState State { get; }
Visual C++
public:
property StepExecutionState State {
	StepExecutionState get ();
}

Property Value

An enumeration of StepExecutionState.

See Also

Log in to get a better experience