Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeSetActionStatusInternal Method
Sets action status

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

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
status
Type: SystemString
Status string
See Also