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 list of status that every certification test can be in within the HCK.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual BasicDim instance As TestResultStatus
Syntax
Visual BasicPublic Enumeration TestResultStatus
C#public enum TestResultStatus
Members
| Member name | Description | 
|---|---|
| Canceled | This enum value describes a test as being in “Cancelled” state. | 
| Failed | This enum value describes a test as being in the “Failed” state. | 
| InQueue | This enum value describes a test as being in the “In queue” state. | 
| NotRun | This enum value describes a test as being in the “Not run” state. | 
| Passed | This enum value describes a test as having complete testing successfully (Passed). | 
| Running | This enum value describes a test as being in the “running state. |