<!--
{
  "availability" : [
    "DriverKit: -",
    "iOS: -",
    "iPadOS: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "DriverKit",
  "identifier" : "/documentation/DriverKit/IOUserClientMethodArguments/completion",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "DriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUserClientMethodArguments@FI@completion"
  },
  "title" : "completion"
}
-->

# completion

An action for processing asynchronous data received from the service.

```
OSAction * completion;
```

## Discussion

The system retains this method only during the invocation of [`ExternalMethod`](/documentation/DriverKit/IOUserClient/ExternalMethod). Retain this method yourself if you intend to use it outside of that invocation.

---

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)