Posted by the terminate(_:)
method to indicate that the app will terminate.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
class let willTerminateNotification: NSNotification.Name
Discussion
Posted only if the delegate method application
returns true
. The notification object is shared
. This notification doesn’t contain a user
dictionary.