---
title: isPaused
framework: replaykit
role: symbol
role_heading: Instance Property
path: replaykit/rpbroadcastcontroller/ispaused
---

# isPaused

A Boolean value indicating whether the broadcast is paused.

## Declaration

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

## Discussion

Discussion When set to true, the broadcast is paused.

## See Also

### Retrieving Information About the Broadcast

- [broadcastExtensionBundleID](replaykit/rpbroadcastcontroller/broadcastextensionbundleid.md)
- [isBroadcasting](replaykit/rpbroadcastcontroller/isbroadcasting.md)
