VSCode-Logger API - v1.9.12
    Preparing search index...

    Interface DevicePingState

    interface DevicePingState {
        completedAt?: number;
        showDetailedTooltip?: boolean;
        status: DevicePingStatus;
    }
    Index

    Properties

    completedAt?: number
    showDetailedTooltip?: boolean