Sequence.LoadModules
- Updated2025-04-09
- 1 minute(s) read
Sequence.LoadModules
Syntax
Sequence.LoadModules( loadOptions = 0, [sequenceContextParam])
Return Value
Returns True on success, or False if a module fails to load.
Purpose
Call this method to load the code modules for the steps in the sequence.
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 calling this method from a step in an execution, pass the sequence context of the execution.