ReadyToLeaveProjectStageValue enumeration

Specifies the project stage requirements in a Project Server workflow, to help determine whether the workflow is ready to leave the stage.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Enumeration ReadyToLeaveProjectStageValue
'Usage
Dim instance As ReadyToLeaveProjectStageValue
public enum ReadyToLeaveProjectStageValue

Members

Member name Description
Ready Value=0. The stage is complete; the workflow is ready to leave the project stage.
RequiresFieldsAndDrivers Value=1. The workflow stage is not complete; it requires fields and drivers.
RequiresDrivers Value=2. The workflow stage is not complete; it requires drivers.
RequiresFields Value=3. The workflow stage is not complete; it requires field values.

Remarks

The ReadyToLeaveProjectStageValue enumeration in the CSOM is equivalent to ReadyToLeaveProjectStageValue in the Microsoft.Office.Project.Server.Library namespace. The ReadyToLeaveProjectStageValue constants can be used to compare with the return value of the ReadyToLeaveProjectStage method.

See also

Reference

Microsoft.ProjectServer.Client namespace