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.
Sets the status information and value for the specified stage.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Sub UpdateStageStatusInformation ( _
workflowContext As ProjectWorkflowContext, _
stageUid As Guid, _
statusInformation As String, _
stageStatusValue As UpdateProjectStageStatusFieldValue, _
append As Boolean _
)
'Usage
Dim instance As PSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim stageUid As Guid
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean
instance.UpdateStageStatusInformation(workflowContext, _
stageUid, statusInformation, stageStatusValue, _
append)
public void UpdateStageStatusInformation(
ProjectWorkflowContext workflowContext,
Guid stageUid,
string statusInformation,
UpdateProjectStageStatusFieldValue stageStatusValue,
bool append
)
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 stage.
statusInformation
Type: System.StringInformation about the stage status.
stageStatusValue
Type: Microsoft.Office.Project.Server.Library.UpdateProjectStageStatusFieldValueThe stage status value to set. It uses one of the Workflow.StageStatus constants.
append
Type: System.BooleanTrue if the statusInformation value is to be appended; false if the statusInformation value is to be replaced.