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

# CFRunLoopRunResult.stopped

CFRunLoopStop(_:) was called on the run loop.

## Declaration

```swift
case stopped
```

## See Also

### Constants

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