MCPcopy
hub / github.com/MagicMirrorOrg/MagicMirror / stop

Method stop

js/node_helper.js:43–45  ·  view source on GitHub ↗

* Called when the MagicMirror² server receives a `SIGINT` * Close any open connections, stop any sub-processes and * gracefully exit the module.

()

Source from the content-addressed store, hash-verified

41 * gracefully exit the module.
42 */
43 stop () {
44 Log.log(`Stopping module helper: ${this.name}`);
45 }
46
47 /**
48 * This method is called when a socket notification arrives.

Callers 4

electron.jsFile · 0.45
AppFunction · 0.45
openmeteo_spec.jsFile · 0.45
global-setup.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected