---
title: COMPRESSION_STATUS_END
framework: compression
role: symbol
role_heading: Global Variable
path: compression/compression_status_end
---

# COMPRESSION_STATUS_END

Indicates the stream has read all input from the source, and written all output to the destination.

## Declaration

```swift
var COMPRESSION_STATUS_END: compression_status { get }
```

## See Also

### Status Constants

- [COMPRESSION_STATUS_OK](compression/compression_status_ok.md)
- [COMPRESSION_STATUS_ERROR](compression/compression_status_error.md)
