Instance Property インスタンスプロパティ

indeterminate

A Boolean value that indicates whether the tracked progress is indeterminate. あるブール値、それは追跡される進捗が不確定であるかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isIndeterminate) BOOL indeterminate;

Discussion 議論

Progress is indeterminate when the values of both totalUnitCount and completedUnitCount are zero.

By default, NSProgress is KVO-compliant for this property. It sends notifications on the same thread that updates the property.

See Also 参照

Observing Progress 進捗を監視する