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