MCPcopy
hub / github.com/coder/mux / terminate

Method terminate

src/node/runtime/Runtime.ts:93–93  ·  view source on GitHub ↗

* Terminate the process (SIGTERM → wait → SIGKILL).

()

Source from the content-addressed store, hash-verified

91 * Terminate the process (SIGTERM → wait → SIGKILL).
92 */
93 terminate(): Promise<void>;
94
95 /**
96 * Clean up resources (called after process exits or on error).

Callers 15

recycleWorkerFunction · 0.65
terminateMethod · 0.65
BackgroundBashProviderFunction · 0.65
abortHandlerFunction · 0.65
onAbortMethod · 0.65
runCoderCommandMethod · 0.65
terminateMethod · 0.65
closeWebSocketFunction · 0.65
stopMethod · 0.65

Implementers 2

RuntimeBackgroundHandlesrc/node/services/backgroundProcessExe
MigratedBackgroundHandlesrc/node/services/backgroundProcessExe

Calls

no outgoing calls

Tested by 1