---
title: NSNotificationDeliverImmediately
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsnotificationdeliverimmediately
---

# NSNotificationDeliverImmediately

When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state. When not set, allows the normal suspension behavior of notification observers to take place.

## Declaration

```swift
var NSNotificationDeliverImmediately: DistributedNotificationCenter.Options { get }
```

## See Also

### Constants

- [deliverImmediately](foundation/distributednotificationcenter/options/deliverimmediately.md)
- [NSNotificationPostToAllSessions](foundation/nsnotificationposttoallsessions.md)
- [postToAllSessions](foundation/distributednotificationcenter/options/posttoallsessions.md)
