MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / cancel

Method cancel

src/kernels/execution/types.ts:32–32  ·  view source on GitHub ↗
(forced?: boolean)

Source from the content-addressed store, hash-verified

30 executionOrder?: number;
31 start(session: IKernelSession): Promise<void>;
32 cancel(forced?: boolean): Promise<void>;
33 dispose(): void;
34}
35

Implementers 3

CellExecutionsrc/kernels/execution/cellExecution.ts
CellExecutionQueuesrc/kernels/execution/cellExecutionQue
CodeExecutionsrc/kernels/execution/codeExecution.ts

Calls

no outgoing calls

Tested by

no test coverage detected