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

# CFRunLoopRunResult.finished

The running run loop mode has no sources or timers to process.

## Declaration

```swift
case finished
```

## See Also

### Constants

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