VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

TargetState Enumeration

The current state of the target.

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

See Also

Was this information helpful?