beaker-kernel
    Preparing search index...

    Interface IBeakerCellExecutionStatusOk

    interface IBeakerCellExecutionStatusOk {
        checkpoint_index?: number;
        status: "ok";
    }
    Index

    Properties

    checkpoint_index?: number
    status: "ok"