SequenceCompleteEventArgs Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of SequenceCompleteEventArgs with the specified ReturnValue.
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 ( _ ReturnValue As DataValue, _ Aborted As Boolean, _ Error As Error _ ) |
C# |
---|
public SequenceCompleteEventArgs( DataValue ReturnValue, bool Aborted, Error Error ) |
Visual C++ |
---|
public: SequenceCompleteEventArgs( DataValue^ ReturnValue, bool Aborted, Error^ Error ) |
Parameters
- ReturnValue
- Type: NationalInstruments.VeriStand.Data.DataValue
The final return value for the sequence.
- Aborted
- Type: System.Boolean
Whether the sequence was aborted prematurely.
- Error
- Type: Error
The final error state of the sequence execution.