TestResultStatus Enumeration
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 Basic
Dim instance As TestResultStatus
Syntax
Visual Basic
Public 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. |