Math3D Full Project API
    Preparing search index...

    Type Alias PythonWorkerDiagnosticsSnapshot

    type PythonWorkerDiagnosticsSnapshot = {
        args?: string[];
        available: boolean;
        backend?: "python-script" | "bundled-exe";
        command?: string;
        lastCheckAt: number;
        lastError?: PythonWorkerDiagnosticsError;
        logPath: string;
        protocol?: string;
        startupChecked: boolean;
        statusMessage: string;
        version?: string;
    }
    Index

    Properties

    args?: string[]
    available: boolean
    backend?: "python-script" | "bundled-exe"
    command?: string
    lastCheckAt: number
    logPath: string
    protocol?: string
    startupChecked: boolean
    statusMessage: string
    version?: string