---
title: isStopped
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amaction/isstopped
---

# isStopped

A Boolean value that indicates whether the user clicked the stop button on the parent workflow.

## Declaration

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

## Discussion

Discussion This value is true if the user clicked the stop button, or false if the workflow is still running. This property should be referenced during lengthy action processes, such as a loop, in order to determine whether to exit the operation and stop the action.

## See Also

### Getting Action Information

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