---
title: progressValue
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amaction/progressvalue
---

# progressValue

A float value between 0 and 1, which indicates how far along the action is while processing.

## Declaration

```swift
var progressValue: CGFloat { get set }
```

## Discussion

Discussion Setting this value causes Automator’s action progress indicator (displayed as a workflow runs) to update in order to provide the user with an indication of progress.

## See Also

### Getting Action Information

- [name](automator/amaction/name.md)
- [ignoresInput](automator/amaction/ignoresinput.md)
- [output](automator/amaction/output.md)
- [selectedInputType](automator/amaction/selectedinputtype.md)
- [selectedOutputType](automator/amaction/selectedoutputtype.md)
- [isStopped](automator/amaction/isstopped.md)
