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.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "F2F8118B-8998-422F-831F-03381C6E5887")> _
Public Enumeration ReadyToLeaveProjectStageValue
'Usage
Dim instance As ReadyToLeaveProjectStageValue
[ClientCallableTypeAttribute(ServerTypeId = "F2F8118B-8998-422F-831F-03381C6E5887")]
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 is also available in the client-side object model (CSOM) as ReadyToLeaveProjectStageValue in the Microsoft.ProjectServer.Client namespace. The ReadyToLeaveProjectStageValue constants can be used to compare with the return value of the ReadyToLeaveProjectStage(Guid) method.

See also

Reference

Microsoft.Office.Project.Server.Library namespace