WorkflowStatus Enumeration
Represents the workflow status. service
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As WorkflowStatus
Syntax
'Declaration
Public Enumeration WorkflowStatus
public enum WorkflowStatus
public enum class WorkflowStatus
public enum WorkflowStatus
public enum WorkflowStatus
Members
Member name | Description |
---|---|
Active | Specifies that the workflow is active. |
Cancel | Specifies that the workflow is cancel. |
Complete | Specifies that the workflow is complete. |
Restored | Specifies that the workflow is restored.. |
Remarks
If the WorkflowStatus is 1, the workflow is active. If the WorkflowStatus is 0, the workflow is complete. If the WorkflowStatus is 2, a workflow is canceled. If the WorkflowStatus is 3, the workflow is restored.
Platforms
See Also
Reference
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.