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
<ClientCallableTypeAttribute(ServerTypeId := "8198B4E3-1235-4338-9CA2-FCA981A4C55C")> _
Public Enumeration UpdateProjectStageStatusFieldValue
'Usage
Dim instance As UpdateProjectStageStatusFieldValue
[ClientCallableTypeAttribute(ServerTypeId = "8198B4E3-1235-4338-9CA2-FCA981A4C55C")]
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.

See also

Reference

Microsoft.Office.Project.Server.Library namespace