---
title: state
framework: extensionfoundation
role: symbol
role_heading: Instance Property
path: extensionfoundation/appextensionpoint/monitor/state-swift.property
---

# state

The current details about the available, disabled, and unapproved extensions.

## Declaration

```swift
final var state: AppExtensionPoint.Monitor.State { get }
```

## Mentioned in

Discovering app extensions from your app

## Discussion

Discussion This property provides the list of available app extensions plus the number of currently disabled and unapproved extensions. The property is observable, so you can monitor it for changes while your app runs.

## See Also

### Getting the monitor state

- [AppExtensionPoint.Monitor.State](extensionfoundation/appextensionpoint/monitor/state-swift.struct.md)
