Click or drag to resize
AbstractAutomationManagerInfoTypeCheckRecurrenceInternal Method
Check automation process recurrence settings

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual void CheckRecurrenceInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	ProcessRecurrenceTypeEnum type
)

Parameters

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