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

Method restart

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

Source from the content-addressed store, hash-verified

159 }
160
161 restart (params, cb) {
162 this._callWithProcessId(this.rpc.restartProcessId, params, cb)
163 }
164
165 reload (params, cb) {
166 this._callWithProcessId(this.rpc.reloadProcessId, params, cb)

Callers 1

Calls 1

_callWithProcessIdMethod · 0.95

Tested by

no test coverage detected