Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 303 Bytes

File metadata and controls

7 lines (5 loc) · 303 Bytes

Ensure unload extension reports appropriate status in 'the result'

If 'unload extension' is called on a module which has not been loaded, the result will be set to "module not loaded".

If 'unload extension' is called on a module which is currently in use, the result will be set to "module in use".