@dr4ke616 hide module will call the hide method of the module
quote from the readme When a module is hidden (using the module.hide() method), the suspend() method will be called. By subclassing this method you can perform tasks like halting the update timers.
so you can do the specific behaviour you want in there
for show module it’s the resume
method