Interface IConsoleCellExecutor

Console cell executor interface

interface IConsoleCellExecutor {
    runCell(options): Promise<boolean>;
}

Methods

Methods