* Called when the MagicMirror² server receives a `SIGINT` * Close any open connections, stop any sub-processes and * gracefully exit the module.
()
| 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. |
no outgoing calls
no test coverage detected