• Set the queue processing flag.

    Parameters

    • value: boolean

      Whether the processor is running.

    Returns void

    export function setProcessingQueue(value: boolean): void {
    processingQueueActive = value;
    }