---
title: TimelineScheduleMode.lowFrequency
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/timelineschedulemode/lowfrequency
---

# TimelineScheduleMode.lowFrequency

A mode that produces schedule updates at a reduced rate.

## Declaration

```swift
case lowFrequency
```

## Discussion

Discussion In this mode, the schedule should generate only “major” updates, if possible. For example, a timeline providing updates to a timer might restrict updates to once a minute while in this mode.

## See Also

### Getting timeline schedule modes

- [TimelineScheduleMode.normal](swiftui/timelineschedulemode/normal.md)
