---
title: hasExceededStateLimit
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/metricreport/environment-swift.struct/hasexceededstatelimit
---

# hasExceededStateLimit

A Boolean indicating if the number of emitted states exceeded the aggregation limit.

## Declaration

```swift
let hasExceededStateLimit: Bool
```

## Mentioned in

Analyzing app performance with MetricKit

## Discussion

Discussion When true, some states may have been omitted from the report. Metrics associated with the omitted states will be included in the full day interval entry along with non-state-aggregated metrics.

## See Also

### System state

- [lowPowerModeEnabled](metrickit/metricreport/environment-swift.struct/lowpowermodeenabled.md)
