getRoutingState method

RoutingState getRoutingState()

NOTE: For debugging purposes only Returns the internal state of the state machine

Implementation

RoutingState getRoutingState() {
  return _routingState;
}