isPaused
A Boolean value that indicates whether the receiver is tracking paused work.
Declaration
var isPaused: Bool { get }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.