SequenceCompleteEventArgs.Error Property
- 更新时间2023-02-21
- 阅读时长2分钟
Gets the final error state of the sequence execution.
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 ReadOnly Property Error As Error |
| C# |
|---|
public Error Error { get; } |
| Visual C++ |
|---|
public: property Error^ Error { Error^ get (); } |