---
title: Stream.Status.closed
framework: foundation
role: symbol
role_heading: Case
path: foundation/stream/status/closed
---

# Stream.Status.closed

The stream is closed (close() has been called on it).

## Declaration

```swift
case closed
```

## See Also

### Enumeration Cases

- [Stream.Status.atEnd](foundation/stream/status/atend.md)
- [Stream.Status.error](foundation/stream/status/error.md)
- [Stream.Status.notOpen](foundation/stream/status/notopen.md)
- [Stream.Status.open](foundation/stream/status/open.md)
- [Stream.Status.opening](foundation/stream/status/opening.md)
- [Stream.Status.reading](foundation/stream/status/reading.md)
- [Stream.Status.writing](foundation/stream/status/writing.md)
