start method

void start()

Implementation

void start() {
  statusNotifier.value = SyncProcessStatus.running;
  errorNotifier.value = null;
}