---
title: isActive
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/sccontentsharingpicker/isactive
---

# isActive

A Boolean value that indicates if the picker is active.

## Declaration

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

## Discussion

Discussion When this value is true, the capture stream picker is active, available for managing capture. The default value is false.
