TargetState Enumeration
- Updated2023-02-21
- 2 minute(s) read
The current state of the target.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration TargetState |
C# |
---|
public enum TargetState |
Visual C++ |
---|
public enum class TargetState |
Members
Member name | Description |
---|---|
Disconnected | The target is not connected. |
Idle | The target is connected but not running a system definition. |
Running | The target is connected and running a system definition. |