PSWorkflowService.UpdateCurrentStageStatusInformation-Methode
Legt eine Informationen für die aktuelle Phase und Stufe Statuswert.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Sub UpdateCurrentStageStatusInformation ( _
workflowContext As ProjectWorkflowContext, _
statusInformation As String, _
stageStatusValue As UpdateProjectStageStatusFieldValue, _
append As Boolean _
)
'Usage
Dim instance As PSWorkflowService
Dim workflowContext As ProjectWorkflowContext
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean
instance.UpdateCurrentStageStatusInformation(workflowContext, _
statusInformation, stageStatusValue, _
append)
public void UpdateCurrentStageStatusInformation(
ProjectWorkflowContext workflowContext,
string statusInformation,
UpdateProjectStageStatusFieldValue stageStatusValue,
bool append
)
Parameter
workflowContext
Typ: Microsoft.Office.Project.Server.Library.ProjectWorkflowContextInformationen, die auf die aktuelle Instanz des Workflows verknüpft ist, die verarbeitet wird.
statusInformation
Typ: System.StringInformationen zu den Status der Projektstufe.
stageStatusValue
Typ: Microsoft.Office.Project.Server.Library.UpdateProjectStageStatusFieldValueDie Phase Statuswert festgelegt. Anschließend wird eine der Konstanten Workflow.StageStatus .
append
Typ: System.BooleanTrue ist der Wert statusInformation angefügt werden soll; false ist der Wert statusInformation ersetzt werden.