---
title: fractionCompleted
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progressreporter/fractioncompleted
---

# fractionCompleted

The proportion of work completed. This takes into account the fraction completed in its children instances if children are present. If self is indeterminate, the value will be 0.

## Declaration

```swift
final var fractionCompleted: Double { get }
```
