Step.GetRunModeEx
- Updated2025-07-21
- 1 minute(s) read
Step.GetRunModeEx
Syntax
Step.GetRunModeEx( [executionParam])
Return Value
Returns a run mode string. The RunModes constants define the valid return values for this method.
Purpose
Obtains the run mode of a step.
Remarks
You can get the run mode for either the sequence file or for a particular execution. If you pass an Execution object for the executionParam parameter, the run mode the method returns is the one that you set for that execution. If no execution-specific run mode exists or if you do not pass an Execution object, this method returns the run mode of the sequence file.
Parameters
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.