NSApplication.PrintReply.printingReplyLater
Declaration
case printingReplyLaterDiscussion
The result of printing cannot be returned immediately, for example, if printing will cause the presentation of a sheet. If your method returns NSPrintingReplyLater it must always invoke reply(toOpenOrPrint:) when the entire print operation has been completed, successfully or not.