Engine.UnloadAllModules
- Updated2024-10-09
- 1 minute(s) read
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.