Click or drag to resize
AbstractAutomationManagerInfoTypeSetActionStatusInternal Method
Sets action state

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected override void SetActionStatusInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	string status
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
status
Type: SystemString
Status string
See Also