UpdateProjectStageStatusFieldValue Enumeration
Specifies the status of the project stage in a Project Server workflow.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration UpdateProjectStageStatusFieldValue
'Usage
Dim instance As UpdateProjectStageStatusFieldValue
public enum UpdateProjectStageStatusFieldValue
Members
Member name | Description | |
---|---|---|
None | Value = 0. The workflow stage status field is empty. | |
WaitingForInput | Value = 1. The workflow stage is waiting for input. | |
WaitingForApproval | Value = 2. The workflow stage is waiting for approval. | |
WorkflowProcessing | Value = 3. The workflow stage is processing. |
Remarks
The UpdateProjectStageStatusFieldValue enumeration is used in the UpdateProjectStageStatus workflow activity.