MCPcopy Index your code
hub / github.com/Unitech/pm2 / reload

Method reload

modules/pm2-io-agent/src/PM2Interface.js:165–167  ·  view source on GitHub ↗
(params, cb)

Source from the content-addressed store, hash-verified

163 }
164
165 reload (params, cb) {
166 this._callWithProcessId(this.rpc.reloadProcessId, params, cb)
167 }
168
169 reset (params, cb) {
170 this._callWithProcessId(

Callers 1

Calls 1

_callWithProcessIdMethod · 0.95

Tested by

no test coverage detected