Adds a module to the script.
Optional
options: AddOptionsCreates a module from the source code.
Optional
options: CompileOptionsExecutes a macro function.
The name of the function to execute.
Optional
moduleId: stringThe ID of the module containing the function.
Returns a collection of modules.
Convenience method for creating a module from a file.
Optional
options: SearchFunctionsOptionsWill start scripting engine and autoRun scripts.
Contains interfaces for working with scripts.
Remarks
Scripts are collections of modules that contain functions.
Modules are analogous to files, and functions are the executable code within those modules.