<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintOperation/deliverResult()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrintOperation(im)deliverResult"
  },
  "title" : "deliverResult()"
}
-->

# deliverResult()

Delivers the results of the print operation to the intended destination.

```
func deliverResult() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the results were successfully delivered; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## Discussion

This method may be called to deliver the results to the printer spool or preview application.  Do not invoke this method directly—it is invoked automatically when the print operation is done.

---

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)