# IMQDelay.ms property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqdelay.ms/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Returns [IMQDelay.timer](https://imqueue.org/api/rpc/latest/rpc.imqdelay.timer/) converted to milliseconds.

**Signature:**

```typescript
get ms(): number;
```

## Remarks

Not rounded, so a fractional `timer` yields a fractional result. If [IMQDelay.unit](https://imqueue.org/api/rpc/latest/rpc.imqdelay.unit/) has been set to a value outside the supported set — possible from untyped callers — the result is `undefined`; a client treats any non-finite or negative value as no delay.

