# BaseJobQueue.inFlight property · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.basejobqueue.inflight/
Published: 2026-08-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/job 3.3.0 — generated reference, not hand-written

Work this queue is waiting on, allocated only while [BaseJobQueue.drains](https://imqueue.org/api/job/latest/job.basejobqueue.drains/) is on — with draining off there is nothing to track and nothing to allocate.

**Signature:**

```typescript
protected readonly inFlight?: Set<InFlight>;
```

