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

# isTransferring

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

## Declaration

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

## Discussion

Discussion The value of this property is true if the file transfer is not yet complete or false if the transfer is complete.

## See Also

### Managing the File Transfer

- [progress](watchconnectivity/wcsessionfiletransfer/progress.md)
- [cancel()](watchconnectivity/wcsessionfiletransfer/cancel().md)
