---
title: NSURLErrorCancelledReasonUserForceQuitApplication
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsurlerrorcancelledreasonuserforcequitapplication
---

# NSURLErrorCancelledReasonUserForceQuitApplication

A reason that indicates the system canceled the background task because the user force-quit the application.

## Declaration

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

## See Also

### Cancellation reasons

- [NSURLErrorCancelledReasonBackgroundUpdatesDisabled](foundation/nsurlerrorcancelledreasonbackgroundupdatesdisabled.md)
- [NSURLErrorCancelledReasonInsufficientSystemResources](foundation/nsurlerrorcancelledreasoninsufficientsystemresources.md)
