Static Propertyswift 6.0.3Foundation
file
Indicates that the progress being performed is related to files.
static let file: ProgressKind
Progress of this kind is assumed to use bytes as the unit of work being done and the default implementation of localizedDescription
takes advantage of that to return more specific text than it could otherwise.