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

# allActivities

A combination of all the preceding stages.

## Declaration

```swift
static var allActivities: 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)
- [exit](corefoundation/cfrunloopactivity/exit.md)
