Click or drag to resize
WorkflowHelperGetProcessStatusString Method
Gets process status string representation.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetProcessStatusString(
	ProcessStatusEnum processStatus
)

Parameters

processStatus
Type: CMS.WorkflowEngineProcessStatusEnum
Process status

Return Value

Type: String
See Also