WorkflowStringIds.STATUS_COMPLETED_SUCCESSFULLY Field
The status that is logged when the activity completes successfully.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Const STATUS_COMPLETED_SUCCESSFULLY As String
'Usage
Dim value As String
value = WorkflowStringIds.STATUS_COMPLETED_SUCCESSFULLY
public const string STATUS_COMPLETED_SUCCESSFULLY
Remarks
The string value of STATUS_COMPLETED_SUCCESSFULLY is "{0}: Completed successfully."
Logged as "activityname: Completed successfully."