AbstractAutomationManagerInfoTypeMoveToNextStep Method (IEnumerableAutomationStateInfoInfoType) |
Moves the specified object's collection to the next step.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public void MoveToNextStep(
IEnumerable<AutomationStateInfo<InfoType>> stateObjects
)
Parameters
- stateObjects
- Type: System.Collections.GenericIEnumerableAutomationStateInfoInfoType
Collection of automation states to move to the next step
See Also