Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface TerminateRuntimeRequestMessage

    Runtime termination requested from webview

    interface TerminateRuntimeRequestMessage {
        body: { runtimeId: string };
        type: "terminate-runtime";
    }
    Index

    Properties

    Properties

    body: { runtimeId: string }

    Termination payload

    Type Declaration

    • runtimeId: string

      ID of runtime to terminate

    type: "terminate-runtime"

    Message type discriminator