@logixjs/sandbox
    Preparing search index...

    Interface RunResult

    interface RunResult {
        duration: number;
        effectiveKernelId?: string;
        fallbackReason?: string;
        kernelImplementationRef?: unknown;
        logs: readonly LogEntry[];
        requestedKernelId?: string;
        runId: string;
        stateSnapshot?: unknown;
        traces: readonly TraceSpan[];
        uiIntents?: readonly UiIntentPacket[];
    }
    Index

    Properties

    duration: number
    effectiveKernelId?: string
    fallbackReason?: string
    kernelImplementationRef?: unknown

    Extracted from TrialRunReport.environment.kernelImplementationRef (045).

    logs: readonly LogEntry[]
    requestedKernelId?: string

    058 multi-kernel summary fields. These fields are optional for single-kernel usage.

    runId: string
    stateSnapshot?: unknown
    traces: readonly TraceSpan[]
    uiIntents?: readonly UiIntentPacket[]