Contents

outstandingFileTransfers

An array of in-progress file transfers.

Declaration

var outstandingFileTransfers: [WCSessionFileTransfer] { get }

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