Datalayer Desktop - v0.0.2
    Preparing search index...

    Runtime state change event.

    interface RuntimeStateChange {
        notebookId: string;
        runtime: RuntimeJSON;
        state: "terminated" | "created" | "expired";
    }
    Index

    Properties

    notebookId: string
    runtime: RuntimeJSON
    state: "terminated" | "created" | "expired"