reply(toApplicationShouldTerminate:)
Responds to NSTerminateLater once the app knows whether it can terminate.
Declaration
func reply(toApplicationShouldTerminate shouldTerminate: Bool)Parameters
Discussion
If your app delegate returns NSTerminateLater from its applicationShouldTerminate(_:) method, your code must subsequently call this method to let the NSApplication object know whether it can actually terminate itself.