Step.GetExecutionFlowString

Syntax

Step.GetExecutionFlowString( options = 0, [executionParam])

Return Value

String

Purpose

Note This method is obsolete. Use the Step.GetStepSettingsString method instead.

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.

See Also

Omitting Optional Parameters

Step.GetDescriptionEx

Step.GetStepSettingsString

Step.Name

StepDescriptionOptions