Share via


Project.ReadyToLeaveProjectStage method

Checks whether the current workflow stage requirements are met and the project is ready to move to the next stage.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function ReadyToLeaveProjectStage As ClientResult(Of ReadyToLeaveProjectStageValue)
'Usage
Dim instance As Project
Dim returnValue As ClientResult(Of ReadyToLeaveProjectStageValue)

returnValue = instance.ReadyToLeaveProjectStage()
[RemoteAttribute]
public ClientResult<ReadyToLeaveProjectStageValue> ReadyToLeaveProjectStage()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<ReadyToLeaveProjectStageValue>
A collection of enumeration constants that describe which of the requirements are not met.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace