# BaseJobQueue.name property · @imqueue/job

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

Name of this queue, as given in [JobQueueOptions.name](https://imqueue.org/api/job/latest/job.jobqueueoptions.name/).

**Signature:**

```typescript
get name(): string;
```

