BaseJobQueue.inFlight property
Work this queue is waiting on, allocated only while BaseJobQueue.drains is on — with draining off there is nothing to track and nothing to allocate.
Signature:
protected readonly inFlight?: Set<InFlight>;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.