---
title: DispatchTimeoutResult
framework: dispatch
role: symbol
role_heading: Enumeration
path: dispatch/dispatchtimeoutresult
---

# DispatchTimeoutResult

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

## Declaration

```swift
@frozen enum DispatchTimeoutResult
```

## Topics

### Enumeration Cases

- [DispatchTimeoutResult.success](dispatch/dispatchtimeoutresult/success.md)
- [DispatchTimeoutResult.timedOut](dispatch/dispatchtimeoutresult/timedout.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Time Constructs

- [DispatchTime](dispatch/dispatchtime.md)
- [DispatchWallTime](dispatch/dispatchwalltime.md)
- [DispatchTimeInterval](dispatch/dispatchtimeinterval.md)
- [dispatch_time_t](dispatch/dispatch_time_t.md)
- [DISPATCH_WALLTIME_NOW](dispatch/dispatch_walltime_now.md)
- [Wall Time Constants](dispatch/2963138-wall-time-constants.md)
