MCPcopy Create free account
hub / github.com/cloudflare/computer / kill

Method kill

packages/computer/src/runtime/types.ts:136–136  ·  view source on GitHub ↗
(signal?: KillSignal)

Source from the content-addressed store, hash-verified

134 readonly backend: string;
135 result(): Promise<WorkspaceRuntimeResult<E>>;
136 kill(signal?: KillSignal): Promise<void>;
137 [Symbol.dispose](): void;
138}
139

Callers 3

shell.test.tsFile · 0.65
killExecMethod · 0.65
wrapCommandHandleFunction · 0.65

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected