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

# isActive

A Boolean value that indicates if the window is currently streaming.

## Declaration

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

## Discussion

Discussion When this value is true, the window is currently streaming, even if offscreen.

## See Also

### Determining visibility

- [isOnScreen](screencapturekit/scwindow/isonscreen.md)
