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

cancelled

A Boolean value that Indicates whether the receiver is tracking canceled work. あるブール値、それはレシーバが、取り消された仕事を追跡しているかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isCancelled) BOOL cancelled;

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 canceled containing progress object, the receiver reports a canceled status.

See Also 参照

Reporting Progress 進捗を報告する

Related Documentation 関連文書