Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Enumeration CancelableActionState
'Usage
Dim instance As CancelableActionState
public enum CancelableActionState
public enum class CancelableActionState
public enum CancelableActionState
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Started | ||
| Completed | ||
| Canceled |
Remarks
The possible state transitions are:
From None to Started
From Started to Completed
From Started to Canceled
After the state changes to Completed or Canceled, the state cannot be changed.