MCPcopy Index your code
hub / github.com/MagicMirrorOrg/MagicMirror / suspend

Method suspend

js/module.js:191–193  ·  view source on GitHub ↗

* Called when the module is hidden.

()

Source from the content-addressed store, hash-verified

189 * Called when the module is hidden.
190 */
191 suspend () {
192 Log.log(`${this.name} is suspended.`);
193 }
194
195 /**
196 * Called when the module is shown.

Callers 1

hideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected