ProjectStatus Enumeration
The values that define the status of a project.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Public Enumeration ProjectStatus
Syntax
Visual Basic
Public Enumeration ParameterSetAsDefault
C#
public enum ProjectStatus
Members
Member Name | Description |
---|---|
NotRunning |
This value represents the project status. If there are no tests running for this project, the status is NotRunning. |
Passing |
This value represents the project status A project is passing, if all of the tests needed have passed, and there are no tests that are still running. |
Running |
This value represents the project status. A project is running if there is at least one related test that is in a running state. |