startup property

bool startup

True is NetworkManager is still starting up.

Implementation

bool get startup {
  return _manager?.getBooleanProperty(_managerInterfaceName, 'Startup') ??
      false;
}