Share via


IPSWorkflowService.UpdateStageStatusInformation Method

Sets the status information and value for the specified stage.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Sub UpdateStageStatusInformation ( _
    workflowContext As ProjectWorkflowContext, _
    stageUid As Guid, _
    statusInformation As String, _
    stageStatusValue As UpdateProjectStageStatusFieldValue, _
    append As Boolean _
)
'Usage
Dim instance As IPSWorkflowService
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)
void UpdateStageStatusInformation(
    ProjectWorkflowContext workflowContext,
    Guid stageUid,
    string statusInformation,
    UpdateProjectStageStatusFieldValue stageStatusValue,
    bool append
)

Parameters

  • statusInformation
    Type: System.String
    Information about the stage status.
  • append
    Type: System.Boolean
    True if the statusInformation is to be appended; false if the statusInformation is to be replaced.

See Also

Reference

IPSWorkflowService Interface

IPSWorkflowService Members

Microsoft.Office.Project.Server.Library Namespace