AutomationTransformationFunctions PassedThroughSteps Method Kentico 8.0 API Reference
Returns true if process had passed through one/all specified automation steps.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

state
Type: OnlineSystem Object
Process instance to check
steps
Type: OnlineSystem String
Automation step names separated with a semicolon
allSteps
Type: OnlineSystem Boolean
If true all specified steps must have been passed.

Return Value

Type: OnlineBoolean
See Also