applicationWillBecomeActive(_:)
Tells the delegate that the app is about to become active.
Declaration
@MainActor optional func applicationWillBecomeActive(_ notification: Notification)Parameters
- notification:
A notification named Willbecomeactivenotification. Calling the Object method of this notification returns the
NSApplicationobject itself.