---
title: "pauseAction(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteractions/pauseaction(with:completionhandler:)"
---

# pauseAction(with:completionHandler:)

## Declaration

```swift
func pauseAction(with params: MTRActionsClusterPauseActionParams, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func pauseAction(with params: MTRActionsClusterPauseActionParams) async throws
```
