WorkflowStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the workflow status. service
public enum class WorkflowStatus
public enum WorkflowStatus
type WorkflowStatus =
Public Enum WorkflowStatus
- Inheritance
-
WorkflowStatus
Fields
Name | Value | Description |
---|---|---|
Active | 0 | Specifies that the workflow is active. |
Complete | 1 | Specifies that the workflow is complete. |
Cancel | 2 | Specifies that the workflow is cancel. |
Restored | 3 | 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.