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

    Result types for runtime operations

    interface RuntimeCreationResult {
        error?: string;
        runtime?: RuntimeInfo;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message if operation failed

    runtime?: RuntimeInfo

    Created runtime information if successful

    success: boolean

    Whether the runtime creation operation succeeded