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

Method close

examples/using-pm2-and-transpilers/node.d.ts:1331–1331  ·  view source on GitHub ↗
(callback?: Function)

Source from the content-addressed store, hash-verified

1329 listen(handle: any, listeningListener?: Function): Server;
1330 listen(options: ListenOptions, listeningListener?: Function): Server;
1331 close(callback?: Function): Server;
1332 address(): { port: number; family: string; address: string; };
1333 getConnections(cb: (error: Error, count: number) => void): void;
1334 ref(): Server;

Calls

no outgoing calls

Tested by

no test coverage detected