applicationDidBecomeActive(_:)
Tells the delegate that the app is now active.
Declaration
@MainActor optional func applicationDidBecomeActive(_ notification: Notification)Parameters
- notification:
A notification named Didbecomeactivenotification. Calling the Object method of this notification returns the
NSApplicationobject itself.