Loom Engine - v3.1.1
    Preparing search index...

    Interface WatchdogEntryOptions

    interface WatchdogEntryOptions {
        timeoutMs?: number;
        onStale?: () => void;
        onAlive?: () => void;
    }
    Index

    Properties

    timeoutMs?: number
    onStale?: () => void
    onAlive?: () => void