Click or drag to resize
AbstractAutomationManagerInfoTypeRemoveProcessInternal Method
Removes process from given object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual void RemoveProcessInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
See Also