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

isCancelled

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

Declaration 宣言

var isCancelled: Bool { get }

Discussion 議論

By default, Progress 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 関連文書