---
title: "pause(_:)"
framework: storekit
role: symbol
role_heading: Instance Method
path: "storekit/skpaymentqueue/pause(_:)"
---

# pause(_:)

Pauses a set of downloads.

## Declaration

```swift
func pause(_ downloads: [SKDownload])
```

## Parameters

- `downloads`: An array of doc://com.apple.storekit/documentation/StoreKit/SKDownload objects to pause.

## Mentioned in

Unlocking purchased content

## See Also

### Downloading Content

- [start(_:)](storekit/skpaymentqueue/start(_:).md)
- [cancel(_:)](storekit/skpaymentqueue/cancel(_:).md)
- [resume(_:)](storekit/skpaymentqueue/resume(_:).md)
