Structureswift 6.0.3Foundation
ProgressUserInfoKey
struct ProgressUserInfoKey
struct ProgressUserInfoKey
import Foundation
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(_ rawValue: String)
init(rawValue: String)
static let estimatedTimeRemainingKey: ProgressUserInfoKey
How much time is probably left in the operation, as an NSNumber containing a number of seconds.
static let fileCompletedCountKey: ProgressUserInfoKey
The completed number of files.
static let fileOperationKindKey: ProgressUserInfoKey
A description of what “kind” of progress is being made on a file.
static let fileTotalCountKey: ProgressUserInfoKey
The total number of files.
static let fileURLKey: ProgressUserInfoKey
A URL for the item on which progress is being made.
static let throughputKey: ProgressUserInfoKey
How fast data is being processed, as an NSNumber containing bytes per second.
let rawValue: String
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)