active property

bool active
getter/setter pair

If false, does not report the route until next update.

Useful when having sibling beamers that are both build at the same time. Becomes active on next update.

Implementation

bool active = true;