| AutomationTransformationFunctionsPassedThroughActions Method | 
            Returns true if process had passed through one/all selected automation actions.
            
 
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
 Syntax
Syntaxpublic static bool PassedThroughActions(
	Object state,
	string actions,
	bool allActions
)
Parameters
- state
- Type: SystemObject
 Process instance to check
- actions
- Type: SystemString
 Automation action names separated with a semicolon
- allActions
- Type: SystemBoolean
 If true all actions must have been passed.
Return Value
Type: 
Boolean See Also
See Also