beaker-kernel
    Preparing search index...

    Interface IBeakerCellExecutionStatusPending

    interface IBeakerCellExecutionStatusPending {
        checkpoint_index?: number;
        status: "pending";
    }
    Index

    Properties

    checkpoint_index?: number
    status: "pending"