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

paused

A Boolean value that indicates whether the receiver is tracking paused work. あるブール値、それはレシーバが、一時停止された仕事を追跡しているかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isPaused) BOOL paused;

Discussion 議論

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

If the receiver has a paused containing progress object, the receiver reports a paused status.

See Also 参照

Reporting Progress 進捗を報告する