Bulk Data Client
    Preparing search index...

    Class DownloadQueue

    Index
    finalized: boolean = false
    idle: boolean = true
    jobs: DownloadQueueJob[] = []
    • Marks the instance as finalized, meaning that no more jobs can be added. Once all the existing jobs complete, the onComplete callback will be called. In other words, here you tell the instance that you have no more jobs for it anf it can finish when all pending jobs (if any) are completed.

      Returns void