---
title: deliverResult()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsprintoperation/deliverresult()
---

# deliverResult()

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

## Declaration

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

## Return Value

Return Value true if the results were successfully delivered; otherwise, false.

## Discussion

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.

## See Also

### Running the Print Operation

- [run()](appkit/nsprintoperation/run().md)
- [runModal(for:delegate:didRun:contextInfo:)](appkit/nsprintoperation/runmodal(for:delegate:didrun:contextinfo:).md)
- [cleanUp()](appkit/nsprintoperation/cleanup().md)
