init(String)
Creates a new kind of file operation using the specified string.
init(rawValue : String)
Creates a new kind of file operation using the raw value of a string you specify.
Availability 有効性
Technology
struct FileOperationKind, @unchecked Sendable
When tracking file operations with the progress kind
set to file
, provide a value for the file
in the user info dictionary.
To specify the kind of file operation, provide one of the following values:
init(String)
init(rawValue : String)
static let copying: Progress.FileOperationKind
static let decompressingAfterDownloading : Progress.FileOperationKind
static let downloading: Progress.FileOperationKind
static let uploading: Progress.FileOperationKind
static let receiving: Progress.FileOperationKind
var fileOperationKind : Progress.FileOperationKind?
var fileURL : URL?
var fileTotalCount : Int?
var fileCompletedCount : Int?