AutomationTransformationFunctionsPassedThroughActions Method |
Returns true if process had passed through one/all selected automation actions.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 12.0.0
Syntax public 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:
BooleanSee Also