| AutomationTransformationFunctionsPassedThroughSteps Method | 
            Returns true if process had passed through one/all specified automation steps.
            
 
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also