---
title: deliverImmediately
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/distributednotificationcenter/options/deliverimmediately
---

# deliverImmediately

When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state.

## Declaration

```swift
static var deliverImmediately: DistributedNotificationCenter.Options { get }
```

## See Also

### Constants

- [NSNotificationDeliverImmediately](foundation/nsnotificationdeliverimmediately.md)
- [NSNotificationPostToAllSessions](foundation/nsnotificationposttoallsessions.md)
- [postToAllSessions](foundation/distributednotificationcenter/options/posttoallsessions.md)
