Step.GetStepSettingsString
- Updated2024-10-09
- 1 minute(s) read
Step.GetStepSettingsString
Syntax
Step.GetStepSettingsString( options = 0, executionParam = NULL)
Return Value
Purpose
Returns a string description of the step settings.
Remarks
The string description includes information about settings such as synchronization, switching, run mode, looping, post actions, preconditions, pre/post/status expressions, module specification, breakpoint options, window activation, result recording, module loading and unloading, ignoring of run-time errors and termination, subsequence tracing, and whether a step failure causes a sequence failure. This property returns a string that 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 Execution
[In] Specifies a reference to an Execution object to retrieve execution specific settings for a running instance of the step.
This parameter has a default value of NULL .