---
title: isMonitoring
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesmartframingmonitor/ismonitoring
---

# isMonitoring

Yes when the receiver is actively monitoring.

## Declaration

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

## Discussion

Discussion See startMonitoring() and stopMonitoring().

## See Also

### Managing the life cycle

- [startMonitoring()](avfoundation/avcapturesmartframingmonitor/startmonitoring().md)
- [stopMonitoring()](avfoundation/avcapturesmartframingmonitor/stopmonitoring().md)
