Contents

willFinishLaunchingNotification

Posted at the start of the Finishlaunching() method to indicate that the app has completed its initialization process and is about to finish launching.

Declaration

class let willFinishLaunchingNotification: NSNotification.Name

Discussion

The notification object is NSApp. This notification doesn’t contain a userInfo dictionary. The system posts this notification on the main actor.

See Also

Notifications