didUpdateNotification
Posted at the end of the Updatewindows() method to indicate that the app has finished updating its windows.
Declaration
class let didUpdateNotification: NSNotification.NameDiscussion
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
didBecomeActiveNotificationdidChangeScreenParametersNotificationdidFinishLaunchingNotificationdidHideNotificationdidResignActiveNotificationdidUnhideNotificationwillBecomeActiveNotificationwillFinishLaunchingNotificationwillHideNotificationwillResignActiveNotificationwillTerminateNotificationwillUnhideNotificationwillUpdateNotificationdidFinishRestoringWindowsNotificationdidChangeOcclusionStateNotification