hasSteering property
bool
get
hasSteering
Returns true when steering messages are still queued (e.g. they arrived after the run's last drain point — the host decides whether to run or drop them, but never silently).
Implementation
bool get hasSteering => _steeringQueue.hasItems();