---
title: outstandingFileTransfers
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsession/outstandingfiletransfers
---

# outstandingFileTransfers

An array of in-progress file transfers.

## Declaration

```swift
var outstandingFileTransfers: [WCSessionFileTransfer] { get }
```

## Discussion

Discussion This property contains the WCSessionFileTransfer objects representing the files that are queued for delivery but have not yet been delivered to the counterpart. You can use the objects to cancel specific file transfers.

## See Also

### Transferring Files in the Background

- [transferFile(_:metadata:)](watchconnectivity/wcsession/transferfile(_:metadata:).md)
- [hasContentPending](watchconnectivity/wcsession/hascontentpending.md)
