MCPcopy
hub / github.com/Unitech/pm2 / launchBus

Method launchBus

lib/API.js:259–261  ·  view source on GitHub ↗

* Enable bus allowing to retrieve various process event * like logs, restarts, reloads * * @param {Function} cb callback called with 1st param err and 2nb param the bus

(cb)

Source from the content-addressed store, hash-verified

257 * @param {Function} cb callback called with 1st param err and 2nb param the bus
258 */
259 launchBus (cb) {
260 this.Client.launchBus(cb);
261 }
262
263 /**
264 * Exit methods for API

Callers 15

Log.jsFile · 0.80
Extra.jsFile · 0.80
runFunction · 0.80
programmatic.jsFile · 0.80
dump.mocha.jsFile · 0.80
watcher.jsFile · 0.80
env_switching.jsFile · 0.80
client.mocha.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected