WorkflowActivities.ReadyToLeaveProjectStage method
Checks whether the current workflow stage requirements are satisfied.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function ReadyToLeaveProjectStage ( _
projectId As Guid _
) As ClientResult(Of ReadyToLeaveProjectStageValue)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim returnValue As ClientResult(Of ReadyToLeaveProjectStageValue)
returnValue = instance.ReadyToLeaveProjectStage(projectId)
[RemoteAttribute]
public ClientResult<ReadyToLeaveProjectStageValue> ReadyToLeaveProjectStage(
Guid projectId
)
Parameters
projectId
Type: System.GuidThe GUID of the project.
Return value
Type: Microsoft.SharePoint.Client.ClientResult<ReadyToLeaveProjectStageValue>
A ReadyToLeaveProjectStageValue enumeration constant that indicates which (if any) stage requirements are not satisfied.
Remarks
A Project Server workflow can call the ReadyToLeaveProjectStage method.