<!--
{
  "availability" : [
    "iOS: 4.2.0 -",
    "iPadOS: 4.2.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrintInteractionControllerDelegate/printInteractionControllerDidFinishJob(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPrintInteractionControllerDelegate(im)printInteractionControllerDidFinishJob:"
  },
  "title" : "printInteractionControllerDidFinishJob(_:)"
}
-->

# printInteractionControllerDidFinishJob(_:)

Tells the delegate that the print job has ended.

```
optional func printInteractionControllerDidFinishJob(_ printInteractionController: UIPrintInteractionController)
```

## Parameters

`printInteractionController`

The shared instance of [`UIPrintInteractionController`](/documentation/UIKit/UIPrintInteractionController) that is managing the print job.

## Discussion

You can implement this method to do clean-up tasks related to the print job. This method is called after the last page of the print job is generated but before the completion handler (a block handler of type [`UIPrintInteractionController.CompletionHandler`](/documentation/UIKit/UIPrintInteractionController/CompletionHandler)) is called.

---

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)