VeriStand .NET API Reference

StimulusProfile.ExecuteCompleted Event

Occurs when the stimulus profile completes execution.

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 Event ExecuteCompleted As EventHandler(Of ExecuteCompletedEventArgs)
C#
public event EventHandler<ExecuteCompletedEventArgs> ExecuteCompleted
Visual C++
public:
 event EventHandler<ExecuteCompletedEventArgs^>^ ExecuteCompleted {
	void add (EventHandler<ExecuteCompletedEventArgs^>^ value);
	void remove (EventHandler<ExecuteCompletedEventArgs^>^ value);
}

See Also

Log in to get a better experience