---
title: Subscribers.Completion.finished
framework: combine
role: symbol
role_heading: Case
path: combine/subscribers/completion/finished
---

# Subscribers.Completion.finished

The publisher finished normally.

## Declaration

```swift
case finished
```

## Mentioned in

Processing Published Elements with Subscribers

## See Also

### Completion states

- [Subscribers.Completion.failure(_:)](combine/subscribers/completion/failure(_:).md)
