MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / kill

Method kill

common/src/process_tools.ts:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public kill() {
86 if (this.process?.pid) killProcess(this.process?.pid, this.process);
87 }
88
89 public status() {
90 return !!this.process?.exitCode;

Callers 2

destroyMethod · 0.45
killProcessFunction · 0.45

Calls 1

killProcessFunction · 0.85

Tested by

no test coverage detected