Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 BasicDim instance As MachineStatus
Syntax
Visual BasicPublic 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). |