An object that runs code, which may be registered with the Run menu.

interface ICodeRunner {
    restart: SemanticCommand;
    run: SemanticCommand;
    runAll: SemanticCommand;
}

Properties

Properties

A semantic command to restart a kernel

A semantic command to run a subpart of a document.

A semantic command to run a whole document