static let copying: Progress.FileOperationKind
The progress is tracking the copying of a file from source to destination.
進捗は、ソースから行き先へのあるファイルのコピーを追跡しています。
static let decompressingAfterDownloading : Progress.FileOperationKind
The progress is tracking file decompression after a download.
進捗は、ダウンロードの後のファイル解凍を追跡しています。
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.
進捗は、あるファイルの別のソースからの受領を追跡しています。