Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetActionStatusInternal Method
Gets action status

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract string GetActionStatusInternal(
	InfoType infoObj,
	StateInfoType stateObj
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object

Return Value

Type: String
See Also