---
title: "stopApp(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterapplicationlauncher/stopapp(completion:)"
---

# stopApp(completion:)

## Declaration

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

```swift
func stopApp() async throws -> MTRApplicationLauncherClusterLauncherResponseParams
```
