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

# resumeAction(with:completionHandler:)

## Declaration

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

```swift
func resumeAction(with params: MTRActionsClusterResumeActionParams) async throws
```
