<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFRunLoopRunResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@E@CFRunLoopRunResult"
  },
  "title" : "CFRunLoopRunResult"
}
-->

# CFRunLoopRunResult

```
enum CFRunLoopRunResult
```

## Topics

### Enumeration Cases

### Constants

[`CFRunLoopRunResult.finished`](/documentation/CoreFoundation/CFRunLoopRunResult/finished)

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

[`CFRunLoopRunResult.handledSource`](/documentation/CoreFoundation/CFRunLoopRunResult/handledSource)

A source has been processed. This value is returned only if the run loop was told to run only until a source was processed.

[`CFRunLoopRunResult.stopped`](/documentation/CoreFoundation/CFRunLoopRunResult/stopped)

[`CFRunLoopStop(_:)`](/documentation/CoreFoundation/CFRunLoopStop(_:)) was called on the run loop.

[`CFRunLoopRunResult.timedOut`](/documentation/CoreFoundation/CFRunLoopRunResult/timedOut)

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



---

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)