Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
recycleWorker
Function · 0.65
terminate
Method · 0.65
BackgroundBashProvider
Function · 0.65
abortHandler
Function · 0.65
onAbort
Method · 0.65
runCoderCommand
Method · 0.65
terminateBackgroundProcess
Method · 0.65
backgroundProcessManager.test.ts
File · 0.65
terminate
Method · 0.65
BrowserBridgeServer.test.ts
File · 0.65
closeWebSocket
Function · 0.65
stop
Method · 0.65
Implementers
2
RuntimeBackgroundHandle
src/node/services/backgroundProcessExe
MigratedBackgroundHandle
src/node/services/backgroundProcessExe
Calls
no outgoing calls
Tested by
1
expectWebSocketOriginCase
Function · 0.52