void cancelCurrentTimer()

Source

static void cancelCurrentTimer() {
  currentTimer.cancel();
}