Contents

didFinishLaunchingNotification

Posted at the end of the Finishlaunching() method to indicate that the app has completed launching and is ready to run.

Declaration

class let didFinishLaunchingNotification: NSNotification.Name

Discussion

The notification object is shared. See NSApplicationDidFinishLaunching User Info Keys for the possible userInfo keys and values. The system posts this notification on the main actor.

See Also

Notifications