---
title: exit
framework: corefoundation
role: symbol
role_heading: Type Property
path: corefoundation/cfrunloopactivity/exit
---

# exit

The exit of the run loop, after exiting the event processing loop. This activity occurs once for each call to CFRunLoopRun() and CFRunLoopRunInMode(_:_:_:).

## Declaration

```swift
static var exit: CFRunLoopActivity { get }
```

## See Also

### Constants

- [entry](corefoundation/cfrunloopactivity/entry.md)
- [beforeTimers](corefoundation/cfrunloopactivity/beforetimers.md)
- [beforeSources](corefoundation/cfrunloopactivity/beforesources.md)
- [beforeWaiting](corefoundation/cfrunloopactivity/beforewaiting.md)
- [afterWaiting](corefoundation/cfrunloopactivity/afterwaiting.md)
- [allActivities](corefoundation/cfrunloopactivity/allactivities.md)
