---
title: "stop(_:)"
framework: automator
role: symbol
role_heading: Instance Method
path: "automator/amworkflowcontroller/stop(_:)"
---

# stop(_:)

Stops the associated workflow.

## Declaration

```swift
@IBAction func stop(_ sender: Any)
```

## Parameters

- `sender`: Object that initiated the stop action.

## See Also

### Controlling the Workflow

- [pause(_:)](automator/amworkflowcontroller/pause(_:).md)
- [reset(_:)](automator/amworkflowcontroller/reset(_:).md)
- [run(_:)](automator/amworkflowcontroller/run(_:).md)
- [step(_:)](automator/amworkflowcontroller/step(_:).md)
