SequenceFile.LoadModules

Syntax

SequenceFile.LoadModules( loadOptions = 0, [sequenceContextParam])

Return Value

Boolean

Returns True on success or False if a module fails to load.

Purpose

Loads the code modules for all steps in all sequences of the sequence file.

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 you are 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.

See Also

LoadModuleOptions

Omitting Optional Parameters

SequenceContext

SequenceFile.UnloadModules