---
title: isSuspended
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/issuspended
---

# isSuspended

A Boolean value that indicates whether the device is in a suspended state.

## Declaration

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

## Discussion

Discussion This property is key-value observable.

## See Also

### Accessing device state

- [isConnected](avfoundation/avcapturedevice/isconnected.md)
- [isInUseByAnotherApplication](avfoundation/avcapturedevice/isinusebyanotherapplication.md)
