StructureFoundation5.9.0
FileOperationKind
struct FileOperationKind
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
init(String
) init(rawValue: String
) static let copying: Progress.FileOperationKind
Use for indicating the progress represents copying a file.
static let decompressingAfterDownloading: Progress.FileOperationKind
Use for indicating the progress represents decompressing after downloading.
static let downloading: Progress.FileOperationKind
Use for indicating the progress represents a download.
static let receiving: Progress.FileOperationKind
Use for indicating the progress represents receiving a file in some way.
let rawValue: String