static let copying: Progress.FileOperationKind
The progress is tracking the copying of a file from source to destination.
進捗は、ソースから行き先へのあるファイルのコピーを追跡しています。
static let downloading: Progress.FileOperationKind
The progress is tracking a file download operation.
進捗は、あるファイルダウンロード操作を追跡しています。
static let uploading: Progress.FileOperationKind
The progress is tracking a file upload operation.
static let receiving: Progress.FileOperationKind
The progress is tracking the receipt of a file from another source.
進捗は、あるファイルの別のソースからの受領を追跡しています。