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

Method interrupt

src/kernels/types.ts:413–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411 readonly userStartedKernel: boolean;
412 start(options?: IStartOptions): Promise<IKernelSession>;
413 interrupt(): Promise<void>;
414 restart(): Promise<void>;
415 shutdown(): Promise<void>;
416 addHook(

Callers 6

handle_commandFunction · 0.65
interruptExecutionFunction · 0.65
debugStopMethod · 0.65
interruptMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected