Step.GetExecutionFlowString
- Updated2025-07-21
- 1 minute(s) read
Step.GetExecutionFlowString
Syntax
Step.GetExecutionFlowString( options = 0, [executionParam])
Return Value
Purpose
Remarks
Returns a string description of the execution flow settings for this step.
Execution flow settings include preconditions, post actions, loop settings, and run mode. This string can change whenever you modify any of the step settings.
Parameters
options As Long
[In] Specifies a StepDescriptionOptions constant. Use the bitwise-OR operator to specify multiple StepDescriptionOptions constants.
This parameter has a default value of 0 .
executionParam As Variant
[In] [ Optional ] Specifies a reference to an Execution object if you want to obtain the run mode that applies to a particular execution. If there is no execution-specific run mode for the step or if you do not pass an Execution object, the method returns the run mode setting of the sequence file.