Engine.UnloadAllModules

Syntax

Engine.UnloadAllModules

Purpose

Unloads all code modules associated with steps, step types, and substeps.

Remarks

Call this method to force all modules to be unloaded and then reloaded when they are next called so you can rebuild DLLs and other code modules. This method also unloads the station model sequence file. Typically, you only call this method when no executions are running.

See Also

Sequence.UnloadModules

SequenceFile.UnloadModules

Step.UnloadModule