---
title: "resume(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteroperationalstate/resume(completion:)"
---

# resume(completion:)

## Declaration

```swift
func resume(completion: @escaping @Sendable (MTROperationalStateClusterOperationalCommandResponseParams?, (any Error)?) -> Void)
```

```swift
func resume() async throws -> MTROperationalStateClusterOperationalCommandResponseParams
```
