didFinishRestoringWindowsNotification
Posted when the app has finished restoring windows.
Declaration
class let didFinishRestoringWindowsNotification: NSNotification.NameDiscussion
The notification is posted on the main actor when the app is finished restoring windows, that is, when all the completion handlers from restoreWindow(withIdentifier:state:completionHandler:) have been called. This is always posted after willFinishLaunchingNotification, but may be posted before or after didFinishLaunchingNotification, depending on whether clients copy the completion handlers and invoke them later. If there were no windows to restore, then this notification is still posted at the corresponding point in app launch (between willFinishLaunchingNotification and didFinishLaunchingNotification).
The notification object is shared. This notification doesn’t contain a userInfo dictionary.
See Also
Notifications
didBecomeActiveNotificationdidChangeScreenParametersNotificationdidFinishLaunchingNotificationdidHideNotificationdidResignActiveNotificationdidUnhideNotificationdidUpdateNotificationwillBecomeActiveNotificationwillFinishLaunchingNotificationwillHideNotificationwillResignActiveNotificationwillTerminateNotificationwillUnhideNotificationwillUpdateNotificationdidChangeOcclusionStateNotification