<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintInfo/jobDisposition-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrintInfo(py)jobDisposition"
  },
  "title" : "jobDisposition"
}
-->

# jobDisposition

The action specified for the job.

```
var jobDisposition: NSPrintInfo.JobDisposition { get set }
```

## Discussion

One of the following value:

- [`spool`](/documentation/AppKit/NSPrintInfo/JobDisposition-swift.struct/spool) is a normal print job.
- [`preview`](/documentation/AppKit/NSPrintInfo/JobDisposition-swift.struct/preview) sends the print job to the Preview application.
- [`save`](/documentation/AppKit/NSPrintInfo/JobDisposition-swift.struct/save) saves the print job to a file.
- [`cancel`](/documentation/AppKit/NSPrintInfo/JobDisposition-swift.struct/cancel) aborts the print job.

---

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)