Click or drag to resize
AutomationTransformationFunctionsPassedThroughSteps Method
Returns true if process had passed through one/all specified automation steps.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static bool PassedThroughSteps(
	Object state,
	string steps,
	bool allSteps
)

Parameters

state
Type: SystemObject
Process instance to check
steps
Type: SystemString
Automation step names separated with a semicolon
allSteps
Type: SystemBoolean
If true all specified steps must have been passed.

Return Value

Type: Boolean
See Also