applicationWillFinishLaunching(_:)
Tells the delegate that the app’s initialization is about to complete.
Declaration
@MainActor optional func applicationWillFinishLaunching(_ notification: Notification)Parameters
- notification:
A notification named Willfinishlaunchingnotification. Calling the Object method of this notification returns the
NSApplicationobject itself.
Mentioned in
See Also
Related Documentation
applicationWillBecomeActive(_:)- Sheet Programming Topics
finishLaunching()- Services Implementation Guide
- Mac App Programming Guide
- Local and Remote Notification Programming Guide
- Notification Programming Topics