Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ kill
Method
kill
packages/computer/src/shell.ts:88–88 ·
view source on GitHub ↗
(signal?: KillSignal)
Source
from the content-addressed store, hash-verified
86
readonly id: string;
87
result(): Promise<ExecResult<E>>;
88
kill(signal?: KillSignal): Promise<void>;
89
[Symbol.dispose](): void;
90
}
91
Callers
9
waitForExit
Function · 0.65
stopProcess
Function · 0.65
runner.test.ts
File · 0.65
exec
Method · 0.65
kill
Method · 0.65
disposeRecord
Method · 0.65
kill
Method · 0.65
shell.test.ts
File · 0.65
kill
Method · 0.65
Implementers
1
WorkspaceRuntimeExecHandleStub
packages/computer/src/stub.ts
Calls
no outgoing calls
Tested by
2
waitForExit
Function · 0.52
stopProcess
Function · 0.52