Member Junction
    Preparing search index...

    Result of a driver connectivity probe.

    interface ExternalConnectionTestResult {
        latencyMs?: number;
        message: string;
        success: boolean;
        testedAt: Date;
    }
    Index

    Properties

    latencyMs?: number

    Round-trip latency of the probe, when measured.

    message: string
    success: boolean
    testedAt: Date