---
title: isPaused
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progress/ispaused
---

# isPaused

A Boolean value that indicates whether the receiver is tracking paused work.

## Declaration

```swift
var isPaused: Bool { get }
```

## Discussion

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

- [totalUnitCount](foundation/progress/totalunitcount.md)
- [completedUnitCount](foundation/progress/completedunitcount.md)
- [localizedDescription](foundation/progress/localizeddescription.md)
- [localizedAdditionalDescription](foundation/progress/localizedadditionaldescription.md)
- [isCancellable](foundation/progress/iscancellable.md)
- [isCancelled](foundation/progress/iscancelled.md)
- [cancellationHandler](foundation/progress/cancellationhandler.md)
- [isPausable](foundation/progress/ispausable.md)
- [pausingHandler](foundation/progress/pausinghandler.md)
