---
title: reset()
framework: automator
role: symbol
role_heading: Instance Method
path: automator/amaction/reset()
---

# reset()

Resets the action to its initial state.

## Declaration

```swift
func reset()
```

## Discussion

Discussion Resetting causes the action to release its output generated from the current execution of the workflow.

## See Also

### Controlling the Action

- [run(withInput:)](automator/amaction/run(withinput:).md)
- [runAsynchronously(withInput:)](automator/amaction/runasynchronously(withinput:).md)
- [finishRunningWithError(_:)](automator/amaction/finishrunningwitherror(_:).md)
- [willFinishRunning()](automator/amaction/willfinishrunning().md)
- [stop()](automator/amaction/stop().md)
