StepProgressListView.ProgressState Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Progress item states
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Enumeration ProgressState
public enum ProgressState
public enum class ProgressState
type ProgressState
public enum ProgressState
Members
| Member name | Description | |
|---|---|---|
| Cancelled | ||
| Complete | ||
| Error | ||
| InProgress | ||
| None | ||
| NotStarted | ||
| Passed | ||
| Warning |