<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/DispatchTimeoutResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "s:8Dispatch0A13TimeoutResultO"
  },
  "title" : "DispatchTimeoutResult"
}
-->

# DispatchTimeoutResult

A result value indicating whether a dispatch operation finished before a specified time.

```
@frozen enum DispatchTimeoutResult
```

## Topics

### Enumeration Cases

[`DispatchTimeoutResult.success`](/documentation/Dispatch/DispatchTimeoutResult/success)

Indicates that a dispatch operation successfully finished before the specified time elapsed.

[`DispatchTimeoutResult.timedOut`](/documentation/Dispatch/DispatchTimeoutResult/timedOut)

Indicates that a dispatch operation failed to finish before the specified time elapsed.

### Operator Functions

### Hash Information



---

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)