Contents

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

Related Documentation

Reporting Progress