---
title: cumulativeNormalAppExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxforegroundexitdata/cumulativenormalappexitcount
---

# cumulativeNormalAppExitCount

The number of times the app exited normally from the foreground.

## Declaration

```swift
var cumulativeNormalAppExitCount: Int { get }
```

## Discussion

Discussion Normal exits include terminations by the app switcher when the user swipes up to exit the app.
