Instance Property
インスタンスプロパティ
isFinished
A Boolean value that indicates the progress object is complete.
あるブール値、それは進捗オブジェクトが完了するのを指し示します。
Declaration
宣言
var isFinished: Bool
{ get }
Discussion
議論
A progress object finishes when the completedUnitCount
equals or exceeds the totalUnitCount
.
By default, Progress
is KVO-compliant for this property. It sends notifications on the same thread that updates the property.
See Also
参照
Observing Progress
進捗を監視する
var isIndeterminate: Bool
A Boolean value that indicates whether the tracked progress is indeterminate.
あるブール値、それは追跡される進捗が不確定であるかどうかを指し示します。
var fractionCompleted: Double
The fraction of the overall work that the progress object completes, including work from its suboperations.
仕事全体のうちこの進捗オブジェクトが完了する部分、それの下位演算からの仕事を含みます。