Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the current stage of the Project Server workflow.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Sub SetProjectStage ( _
workflowContext As ProjectWorkflowContext, _
stageUid As Guid, _
leavingStage As Boolean _
)
'Usage
Dim instance As PSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim stageUid As Guid
Dim leavingStage As Boolean
instance.SetProjectStage(workflowContext, _
stageUid, leavingStage)
public void SetProjectStage(
ProjectWorkflowContext workflowContext,
Guid stageUid,
bool leavingStage
)
Parameters
workflowContext
Type: Microsoft.Office.Project.Server.Library.ProjectWorkflowContextInformation that is related to the current instance of the workflow that is being processed.
stageUid
Type: System.GuidThe GUID of the workflow stage.
leavingStage
Type: System.BooleanFalse if the workflow is entering the stage; true if the workflow is leaving the stage.
Implements
IPSWorkflowService.SetProjectStage(ProjectWorkflowContext, Guid, Boolean)