<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Distributed/DistributedTargetInvocationResultHandler/onReturn(value:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Distributed"
    ],
    "preciseIdentifier" : "s:11Distributed0A29TargetInvocationResultHandlerP8onReturn5valueyqd___tYaKlF"
  },
  "title" : "onReturn(value:)"
}
-->

# onReturn(value:)

Invoked when the distributed target execution returns successfully.
The `value` is the return value of the executed distributed invocation target.

```
func onReturn<Success>(value: Success) async throws
```

## Discussion

### Serialization Requirement

Implementations of this method must ensure that the `Success` type parameter conforms
to the types’ `SerializationRequirement`.

---

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)