VeriStand .NET API Reference

ExecuteProgressChangedEventArgs Class

Provides data for the StimulusProfile.ProgressChanged event.

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 Class ExecuteProgressChangedEventArgs _
	Inherits ProgressChangedEventArgs
C#
public class ExecuteProgressChangedEventArgs : ProgressChangedEventArgs
Visual C++
public ref class ExecuteProgressChangedEventArgs : public ProgressChangedEventArgs

Remarks

The members of this class return progress data for the executing stimulus profile, including the result of the most recent step executed.

Accessing this Class:

Inheritance Hierarchy

System.Object
    System.EventArgs
        System.ComponentModel.ProgressChangedEventArgs
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ExecuteProgressChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience