supervision-js
    Preparing search index...

    Enumeration DetectionBufferStatus

    Index
    Idle: "idle"
    Loading: "loading"
    AwaitingCoverage: "awaitingCoverage"

    The playback gate is holding playback until the source produces detections for the requested range. DetectionBufferStatus.Loading fetches detections the source already has; this one waits on a producer.

    Ready: "ready"
    Error: "error"
    Destroyed: "destroyed"