Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the state of a workflow.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration WorkflowState
'Usage
Dim instance As Workflow.WorkflowState
public enum WorkflowState
Members
| Member name | Description | |
|---|---|---|
| None | Value = 0. No state information is available. | |
| NoWorkflow | Value = 1. There is no workflow. | |
| Running | Value = 2. The workflow is running. | |
| Failed | Value = 3. The workflow failed. |