VeriStand .NET API Reference

Table of Contents

SequenceCompleteEventArgs Constructor

Initializes a new instance of SequenceCompleteEventArgs with the specified ReturnValue.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: 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.

See Also

Log in to get a better experience