<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Automator",
  "identifier" : "/documentation/Automator/AMAction/isStopped",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Automator"
    ],
    "preciseIdentifier" : "c:objc(cs)AMAction(py)stopped"
  },
  "title" : "isStopped"
}
-->

# isStopped

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

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

## Discussion

This value is <doc://com.apple.documentation/documentation/Swift/true> if the user clicked the stop button, or <doc://com.apple.documentation/documentation/Swift/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)