Click or drag to resize
AbstractAutomationManager<InfoType>.MoveToNextStep Method (IEnumerable<AutomationStateInfo<InfoType>>)
Moves the specified object's collection to the next step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 12.0.0
Syntax
C#
public void MoveToNextStep(
	IEnumerable<AutomationStateInfo<InfoType>> stateObjects
)

Parameters

stateObjects
Type: System.Collections.Generic.IEnumerable<AutomationStateInfo<InfoType>>
Collection of automation states to move to the next step
See Also