---
title: "workflowControllerDidStop(_:)"
framework: automator
role: symbol
role_heading: Instance Method
path: "automator/amworkflowcontrollerdelegate/workflowcontrollerdidstop(_:)"
---

# workflowControllerDidStop(_:)

Tells the delegate that the workflow controller object has stopped.

## Declaration

```swift
optional func workflowControllerDidStop(_ controller: AMWorkflowController)
```

## Parameters

- `controller`: The workflow controller object that stopped.

## See Also

### Stopping

- [workflowControllerWillStop(_:)](automator/amworkflowcontrollerdelegate/workflowcontrollerwillstop(_:).md)
