---
title: "init(minimumInterval:paused:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/animationtimelineschedule/init(minimuminterval:paused:)"
---

# init(minimumInterval:paused:)

Create a pausable schedule of dates updating at a frequency no more quickly than the provided interval.

## Declaration

```swift
init(minimumInterval: Double? = nil, paused: Bool = false)
```

## Parameters

- `minimumInterval`: The minimum interval to update the schedule at. Pass nil to let the system pick an appropriate update interval.
- `paused`: If the schedule should stop generating updates.
