the load state of the workitem
Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Public Enumeration WorkItemState
public enum WorkItemState
public enum class WorkItemState
type WorkItemState
public enum WorkItemState
Members
| Member name | Description | |
|---|---|---|
| Completed | the WorkItem open is completed successfully, No operation is currently pending. | |
| Error | The previous load or refresh operation failed, Check the Error property for more information | |
| NotStarted | The WorkItem is not opened and no request to open is made | |
| Opening | Opening the work item | |
| Refreshing | The work item is retrieved. It is refreshing it with latest data from the server | 
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace