UpdateProjectStageStatusFieldValue enumeration

Specifies the status of the project stage in a Project Server workflow.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.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 in the CSOM is equivalent to UpdateProjectStageStatusFieldValue in the Microsoft.Office.Project.Server.Library namespace. The UpdateProjectStageStatusFieldValue constants can be used as the stageStatusValue parameter in the following methods:

See also

Reference

Microsoft.ProjectServer.Client namespace