---
title: CFRunLoopRunResult.timedOut
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfrunlooprunresult/timedout
---

# CFRunLoopRunResult.timedOut

The specified time interval for running the run loop has passed.

## Declaration

```swift
case timedOut
```

## See Also

### Constants

- [CFRunLoopRunResult.finished](corefoundation/cfrunlooprunresult/finished.md)
- [CFRunLoopRunResult.stopped](corefoundation/cfrunlooprunresult/stopped.md)
- [CFRunLoopRunResult.handledSource](corefoundation/cfrunlooprunresult/handledsource.md)
