Remove a module from the engine without freeing it.
Removes a Module from the list of modules, but does not free the module's memory. Returns true if M is found, in which case the caller assumes responsibility for deleting the module.
True if M was found and removed.
| Name | Description |
|---|---|
| M | Module to remove from the execution engine. |