var totalUnitCount : Int64
The total number of tracked units of work for the current progress.
現在の進捗に対する追跡される仕事の単位の総数。
var completedUnitCount : Int64
The number of completed units of work for the current job.
現在のジョブに対する完了した仕事の単位の数。
var localizedDescription : String!
A localized description of tracked progress for the receiver.
レシーバに対する追跡される進捗のローカライズされた記述。
var localizedAdditionalDescription : String!
A more specific localized description of tracked progress for the receiver.
レシーバに対する追跡される進捗のより詳細なローカライズされた記述。
var isCancellable : Bool
A Boolean value that indicates whether the receiver is tracking work that you can cancel.
あるブール値、それはレシーバが、あなたが取り消しできる仕事を追跡しているかどうかを指し示します。
var isCancelled : Bool
A Boolean value that Indicates whether the receiver is tracking canceled work.
あるブール値、それはレシーバが、取り消された仕事を追跡しているかどうかを指し示します。
var isPausable : Bool
A Boolean value that indicates whether the receiver is tracking work that you can pause.
あるブール値、それはレシーバが、あなたが一時停止できる仕事を追跡しているかどうかを指し示します。
var isPaused : Bool
A Boolean value that indicates whether the receiver is tracking paused work.
あるブール値、それはレシーバが、一時停止された仕事を追跡しているかどうかを指し示します。
var pausingHandler : (() -> Void)?
The block to invoke when pausing progress.
進捗を一時停止する時に発動するブロック。