Click or drag to resize
AbstractAutomationManager<InfoType>.RemoveProcess Method
Removes process from given object.

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

Parameters

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