---
title: NSURLErrorCancelledReasonBackgroundUpdatesDisabled
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsurlerrorcancelledreasonbackgroundupdatesdisabled
---

# NSURLErrorCancelledReasonBackgroundUpdatesDisabled

A reason that indicates the system canceled the background task because background tasks are disabled.

## Declaration

```swift
var NSURLErrorCancelledReasonBackgroundUpdatesDisabled: Int { get }
```

## See Also

### Cancellation reasons

- [NSURLErrorCancelledReasonInsufficientSystemResources](foundation/nsurlerrorcancelledreasoninsufficientsystemresources.md)
- [NSURLErrorCancelledReasonUserForceQuitApplication](foundation/nsurlerrorcancelledreasonuserforcequitapplication.md)
