Example #1
0
 def on_ready(self, manager_eventbus: TrinityEventBusEndpoint) -> None:
     if self.boot_info.args.sync_mode.upper() == SYNC_BEAM.upper():
         self.start()
Example #2
0
 def is_enabled(self) -> bool:
     return self._boot_info.args.sync_mode.upper() == SYNC_BEAM.upper()