---
title: isFinished
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progressreporter/isfinished
---

# isFinished

The state of completion of work. If completedCount >= totalCount, the value will be true.

## Declaration

```swift
final var isFinished: Bool { get }
```
