onStageInstanceUpdate property

Stream<StageInstanceUpdateEvent> onStageInstanceUpdate
inherited

A Stream of StageInstanceUpdateEvents received by this client.

Implementation

Stream<StageInstanceUpdateEvent> get onStageInstanceUpdate => onEvent.whereType<StageInstanceUpdateEvent>();