---
title: didUpdateNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/didupdatenotification
---

# didUpdateNotification

Posted at the end of the updateWindows() method to indicate that the app has finished updating its windows.

## Declaration

```swift
class let didUpdateNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is NSApp. This notification doesn’t contain a userInfo dictionary.  The system posts this notification on the main actor. To observe this notification using Swift concurrency, use NSApplication.DidUpdateWindowsMessage.

## See Also

### Notifications

- [didBecomeActiveNotification](appkit/nsapplication/didbecomeactivenotification.md)
- [didChangeScreenParametersNotification](appkit/nsapplication/didchangescreenparametersnotification.md)
- [didFinishLaunchingNotification](appkit/nsapplication/didfinishlaunchingnotification.md)
- [didHideNotification](appkit/nsapplication/didhidenotification.md)
- [didResignActiveNotification](appkit/nsapplication/didresignactivenotification.md)
- [didUnhideNotification](appkit/nsapplication/didunhidenotification.md)
- [willBecomeActiveNotification](appkit/nsapplication/willbecomeactivenotification.md)
- [willFinishLaunchingNotification](appkit/nsapplication/willfinishlaunchingnotification.md)
- [willHideNotification](appkit/nsapplication/willhidenotification.md)
- [willResignActiveNotification](appkit/nsapplication/willresignactivenotification.md)
- [willTerminateNotification](appkit/nsapplication/willterminatenotification.md)
- [willUnhideNotification](appkit/nsapplication/willunhidenotification.md)
- [willUpdateNotification](appkit/nsapplication/willupdatenotification.md)
- [didFinishRestoringWindowsNotification](appkit/nsapplication/didfinishrestoringwindowsnotification.md)
- [didChangeOcclusionStateNotification](appkit/nsapplication/didchangeocclusionstatenotification.md)
