init(String)
Creates a new kind of progress using the specified string.
init(rawValue : String)
Creates a new kind of progress using the raw value of a string you specify.
Availability 有効性
Technology
struct ProgressKind, @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 file: ProgressKind
var kind: ProgressKind?
var estimatedTimeRemaining : TimeInterval?
var throughput: Int?
func setUserInfoObject (Any?, forKey : ProgressUserInfoKey)
var userInfo : [ProgressUserInfoKey : Any]
struct ProgressUserInfoKey