Click or drag to resize
AutomationHelper Class
Class for automation helper methods.
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationHelper

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
public static class AutomationHelper

The AutomationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEmptyWorkflow
Creates an empty workflow object with steps Start and Finished.
Public methodStatic memberGetProcessStatus
Returns formatted string with process status name and CSS class. Only 'Processing' status is returned without CSS class.
Public methodStatic memberGetTriggerName
Returns formatted trigger name.
Top
See Also