---
title: outstandingUserInfoTransfers
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsession/outstandinguserinfotransfers
---

# outstandingUserInfoTransfers

An array of in-progress data transfers.

## Declaration

```swift
var outstandingUserInfoTransfers: [WCSessionUserInfoTransfer] { get }
```

## Discussion

Discussion This property contains the WCSessionUserInfoTransfer objects representing the data that you queued using the transferUserInfo(_:) or transferCurrentComplicationUserInfo(_:) methods. Use the objects in this array to cancel specific data transfers.

## See Also

### Transferring Data in the Background

- [transferUserInfo(_:)](watchconnectivity/wcsession/transferuserinfo(_:).md)
