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 status of a workflow for a stage.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration StageStatus
'Usage
Dim instance As Workflow.StageStatus
public enum StageStatus
Members
| Member name | Description | |
|---|---|---|
| NotStarted | Value = 0. The stage workflow is not started. | |
| WaitingForInput | Value = 1. The stage workflow is waiting for input. | |
| WaitingForApproval | Value = 2. The stage workflow is waiting for approval. | |
| WorkflowProcessing | Value = 3. The stage workflow is processing. | |
| Completed | Value = 4. The stage is completed. | |
| CompletedWithErrors | Value = 5. The stage workflow completed with errors. | |
| WorkflowCompleted | Value = 6. The workflow for the state is completed. |