Enumerazione TestResultStatus
Questa enumerazione rappresenta l'elenco di stato in cui ogni test di certificazione può trovarsi all'interno di HCK.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assemblea: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Utilizzo
Visual Basic
Dim instance As TestResultStatus
Sintassi
Visual Basic
Public Enumeration TestResultStatus
C#
public enum TestResultStatus
Membri
Nome del membro | Descrizione |
---|---|
Cancellati |
Questo valore enumerazione descrive un test come in stato "Annullato". |
Non riuscito |
Questo valore enumerazione descrive un test come in stato "Non riuscito". |
Inqueue |
Questo valore enumerazione descrive un test come in stato "In coda". |
NotRun |
Questo valore enumerazione descrive un test come in stato "Not run". |
Passed |
Questo valore enumerazione descrive un test come aver completato il test (superato). |
In esecuzione |
Questo valore enumerazione descrive un test come in fase di esecuzione. |