afShutdown method

void afShutdown()

Implementation

void afShutdown() {
  if(timer != null) {
    AFibD.logQueryAF?.d("Shutting down deferred query $this");
    timer?.cancel();
    timer = null;
    shutdown();
  }
}