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

# NSApplication.PrintReply

Constants that indicate the outcome of a print request.

```
enum PrintReply
```

## Topics

### Constants

[`NSApplication.PrintReply.printingCancelled`](/documentation/AppKit/NSApplication/PrintReply/printingCancelled)

Printing was cancelled.

[`NSApplication.PrintReply.printingSuccess`](/documentation/AppKit/NSApplication/PrintReply/printingSuccess)

Printing was successful.

[`NSApplication.PrintReply.printingFailure`](/documentation/AppKit/NSApplication/PrintReply/printingFailure)

Printing failed.

[`NSApplication.PrintReply.printingReplyLater`](/documentation/AppKit/NSApplication/PrintReply/printingReplyLater)



---

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)