diff --git a/src/Envelope.php b/src/Envelope.php index b13cd87..5ea3066 100644 --- a/src/Envelope.php +++ b/src/Envelope.php @@ -23,6 +23,11 @@ final class Envelope $this->connection = $connection; } + public function isFinished(): bool + { + return $this->finished; + } + public function finish(): void { if ($this->finished) {