---
title: "resumeRequest(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdeviceenergymanagement/resumerequest(with:completion:)"
---

# resumeRequest(with:completion:)

Command ResumeRequest

## Declaration

```swift
func resumeRequest(with params: MTRDeviceEnergyManagementClusterResumeRequestParams?, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func resumeRequest(with params: MTRDeviceEnergyManagementClusterResumeRequestParams?) async throws
```

## Discussion

Discussion Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
