MachineStatus Enumeration
This enumeration represents the states that a machine can be in at any point in time.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As MachineStatus
Syntax
Visual Basic
Public Enumeration MachineStatus
C#
public enum MachineStatus
Members
Member Name | Description |
---|---|
Initializing |
This enum value describes the state of the test computer as initializing. |
NotReady |
This enum value describes the state of the test computer as "not ready". You cannot run tests on a test computer that is in this state. |
Ready |
This enum value describes the state of the test computer as "ready". |
Running |
This enum value describes the state of the test computer as "in the running state" (that is, a test is running). |