---
title: percentDone()
framework: Professional Video Applications
role: symbol
role_heading: Instance Method
platforms: [provideo encoder extensions 1.0+]
path: professional_video_applications/compressorextensionencoder/percentdone()
---

# percentDone()

Returns the completion percentage of an encoding job.

## Declaration

```swift
func percentDone() -> Double
```

## Return Value

Return Value A value between 0 and 100.

## See Also

### Providing Updates of the Encoding Process

- [statusMessage()](professional_video_applications/compressorextensionencoder/statusmessage().md)
