MCPcopy 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

waitForExitFunction · 0.65
stopProcessFunction · 0.65
runner.test.tsFile · 0.65
execMethod · 0.65
killMethod · 0.65
disposeRecordMethod · 0.65
killMethod · 0.65
shell.test.tsFile · 0.65
killMethod · 0.65

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by 2

waitForExitFunction · 0.52
stopProcessFunction · 0.52