Summary
    State of an Azure Pipelines timeline record.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- Interfaces
- 
									- IComparable
- IFormattable
- IConvertible
 
- Base Types
- 
									- object
- ValueType
- Enum
 
							graph BT
	Type-->Base0["Enum"]
	Base0-->Base1["ValueType"]
	Base1-->Base2["object"]
	Type-.->Interface0["IComparable"]
	Type-.->Interface1["IFormattable"]
	Type-.->Interface2["IConvertible"]
	Type["AzureDevOpsTimelineRecordState"]
class Type type-node
						
					Syntax
public enum AzureDevOpsTimelineRecordStateFields
| Name | Constant Value | Summary | 
|---|---|---|
| Completed | 2 | 
    Task has been completed.
     static | 
| InProgress | 1 | 
    Task execution is in progres.
     static | 
| Pending | 0 | 
    Task execution is pending.
     static |