<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/PrintReply/printingReplyLater",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSApplicationPrintReply@NSPrintingReplyLater"
  },
  "title" : "NSApplication.PrintReply.printingReplyLater"
}
-->

# NSApplication.PrintReply.printingReplyLater

```
case printingReplyLater
```

## Discussion

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:)`](/documentation/AppKit/NSApplication/reply(toOpenOrPrint:)) when the entire print operation has been completed, successfully or not.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)