Describes the state of a build workflow instance.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
Public Enumeration BuildWorkflowInstanceState
public enum BuildWorkflowInstanceState
public enum class BuildWorkflowInstanceState
type BuildWorkflowInstanceState
public enum BuildWorkflowInstanceState
Members
| Member name | Description | |
|---|---|---|
| Aborted | The workflow instance aborted execution abnormally. | |
| Completed | The workflow instance completed execution successfully. | |
| Faulted | The workflow instance faulted because of an unhandled exception. | |
| InProgress | The workflow instance is currently in progress. | |
| Starting | The workflow instance is currently starting. | |
| Stopped | The workflow instance was stopped during execution. |