subscription property

StreamSubscription<RunnerEvent> subscription
getter/setter pair

Subscription to the runner event stream. Cancelled by reconciliation or shutdown. Mutable so the scheduler can attach the real subscription after constructing the entry.

Implementation

StreamSubscription<RunnerEvent> subscription;