MCPcopy Create free account
hub / github.com/microsoft/SandDance / interrupt

Method interrupt

extensions/azdata-sanddance/src/azdata.proposed.d.ts:4939–4939  ·  view source on GitHub ↗

* Interrupt a kernel. * * #### Notes * Uses the [Jupyter Notebook API](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/notebook/master/notebook/services/api/api.yaml#!/kernels). * * The promise is fulfilled on a valid response and rejected otherwise.

()

Source from the content-addressed store, hash-verified

4937 * request fails or the response is invalid.
4938 */
4939 interrupt(): Thenable<void>;
4940 }
4941
4942 export interface IInfoReply {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected