applicationDidResignActive(_:)
Tells the delegate that the app is no longer active and doesn’t have focus.
Declaration
@MainActor optional func applicationDidResignActive(_ notification: Notification)Parameters
- notification:
A notification named Didresignactivenotification. Calling the Object method of this notification returns the
NSApplicationobject itself.