---
title: isPaused
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkviewcontroller/ispaused
---

# isPaused

A Boolean value that indicates whether the rendering loop is paused.

## Declaration

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

## See Also

### Controlling Frame Updates

- [pauseOnWillResignActive](glkit/glkviewcontroller/pauseonwillresignactive.md)
- [resumeOnDidBecomeActive](glkit/glkviewcontroller/resumeondidbecomeactive.md)
