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