@logixjs/core
    Preparing search index...

    Interface TrialRunOptions

    interface TrialRunOptions {
        diagnosticsLevel?: DiagnosticsLevel;
        layer?: Layer<any, any, any>;
        maxEvents?: number;
        runId?: string;
        runtimeServicesInstanceOverrides?: Readonly<
            Record<string, RuntimeServiceOverride>,
        >;
        source?: EvidencePackageSource;
        startedAt?: number;
    }
    Index

    Properties

    diagnosticsLevel?: DiagnosticsLevel
    layer?: Layer<any, any, any>
    maxEvents?: number
    runId?: string
    runtimeServicesInstanceOverrides?: Readonly<
        Record<string, RuntimeServiceOverride>,
    >
    source?: EvidencePackageSource
    startedAt?: number