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

# reset(_:)

Stops a workflow, clears any action results, and resets the workflow back to an un-run state.

## Declaration

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

## Parameters

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

## See Also

### Controlling the Workflow

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