---
title: isPaused
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/cametaldisplaylink/ispaused
---

# isPaused

A Boolean value that indicates whether the system suspends the display link’s notifications to the target.

## Declaration

```swift
var isPaused: Bool { get set }
```

## Discussion

Discussion You can instruct the display link to stop sending notifications to the delegate by setting the property to true. The property defaults to false.
