PSWorkflowService.UpdateStageStatusInformation-Methode
Der Statusinformationen und der Wert festgelegt für die angegebene Phase.
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
)
Parameter
workflowContext
Typ: Microsoft.Office.Project.Server.Library.ProjectWorkflowContextInformationen, die auf die aktuelle Instanz des Workflows verknüpft ist, die verarbeitet wird.
stageUid
Typ: System.GuidDie GUID im Freigabefenster.
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.