Step.LoadModule
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Step.LoadModule
Syntax
Step.LoadModule( loadOptions = 0, [sequenceContextParam])
Return Value
Returns True on success or False if the module fails to load.
Purpose
Loads the code module for the step.
Parameters
loadOptions As Long
[In] Specifies one or more LoadModuleOptions using the bitwise-OR operator to modify the behavior of this method.
This parameter has a default value of 0 .
sequenceContextParam As Variant
[In] [ Optional ] If passing the LoadModule_EvaluateExpressions flag to the loadOptions parameter, pass a SequenceContext object for this parameter to use when evaluating the expressions. Also, if you are calling this method from a step in an execution, pass the sequence context of the execution.