---
title: isPaused
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfaceskscene/ispaused
---

# isPaused

A Boolean value that determines whether the view’s scene animations are paused.

## Declaration

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

## Mentioned in

Configuring a WatchKit Scene in a Storyboard

## Discussion

Discussion If the value is true, the scene’s content is fixed onscreen. No actions are executed and no physics simulation is performed.

## See Also

### Controlling the Timing of a Scene’s Rendering

- [preferredFramesPerSecond](watchkit/wkinterfaceskscene/preferredframespersecond.md)
