---
title: streamStatus
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/stream/streamstatus
---

# streamStatus

Returns the receiver’s status.

## Declaration

```swift
var streamStatus: Stream.Status { get }
```

## Return Value

Return Value The receiver’s status.

## Discussion

Discussion See Constants for a description of the available NSStreamStatus constants.

## See Also

### Getting Stream Information

- [streamError](foundation/stream/streamerror.md)
