---
title: isTransferring
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsessionuserinfotransfer/istransferring
---

# isTransferring

A Boolean value indicating whether the data is still being transferred.

## Declaration

```swift
var isTransferring: Bool { get }
```

## Discussion

Discussion The value of this property is true if the data has not yet been transferred or false if the transfer is complete.

## See Also

### Managing the Transfer Operation

- [cancel()](watchconnectivity/wcsessionuserinfotransfer/cancel().md)
