* 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)
| 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 |
no outgoing calls
no test coverage detected