---
title: UIBackgroundRefreshStatus
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uibackgroundrefreshstatus
---

# UIBackgroundRefreshStatus

Constants that indicate whether background execution is enabled for the app.

## Declaration

```swift
enum UIBackgroundRefreshStatus
```

## Topics

### Constants

- [UIBackgroundRefreshStatus.restricted](uikit/uibackgroundrefreshstatus/restricted.md)
- [UIBackgroundRefreshStatus.denied](uikit/uibackgroundrefreshstatus/denied.md)
- [UIBackgroundRefreshStatus.available](uikit/uibackgroundrefreshstatus/available.md)

### Initializers

- [init(rawValue:)](uikit/uibackgroundrefreshstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing background tasks

- [backgroundRefreshStatus](uikit/uiapplication/backgroundrefreshstatus.md)
- [backgroundRefreshStatusDidChangeNotification](uikit/uiapplication/backgroundrefreshstatusdidchangenotification.md)
- [beginBackgroundTask(withName:expirationHandler:)](uikit/uiapplication/beginbackgroundtask(withname:expirationhandler:).md)
- [beginBackgroundTask(expirationHandler:)](uikit/uiapplication/beginbackgroundtask(expirationhandler:).md)
- [endBackgroundTask(_:)](uikit/uiapplication/endbackgroundtask(_:).md)
- [UIBackgroundTaskIdentifier](uikit/uibackgroundtaskidentifier.md)
- [backgroundTimeRemaining](uikit/uiapplication/backgroundtimeremaining.md)
