Interface CellExecutionParticipant

interface CellExecutionParticipant {
    onWillExecuteCell(executions): Promise<void>;
}

Methods