---
title: receiving
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/progress/fileoperationkind-swift.struct/receiving
---

# receiving

The progress is tracking the receipt of a file from another source.

## Declaration

```swift
static let receiving: Progress.FileOperationKind
```

## See Also

### Recognizing Kinds of File Operations

- [copying](foundation/progress/fileoperationkind-swift.struct/copying.md)
- [decompressingAfterDownloading](foundation/progress/fileoperationkind-swift.struct/decompressingafterdownloading.md)
- [downloading](foundation/progress/fileoperationkind-swift.struct/downloading.md)
- [uploading](foundation/progress/fileoperationkind-swift.struct/uploading.md)
