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