SequenceStateChangeEventArgs Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of SequenceStateChangeEventArgs.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ state As SequenceState, _ aborted As Boolean _ ) |
| C# |
|---|
public SequenceStateChangeEventArgs( SequenceState state, bool aborted ) |
| Visual C++ |
|---|
public: SequenceStateChangeEventArgs( SequenceState state, bool aborted ) |
Parameters
- state
- Type: NationalInstruments.VeriStand.ClientAPI.SequenceState
Gets the execution SequenceState of the sequence.
- aborted
- Type: System.Boolean
Gets whether sequence execution is aborted.