pausePollTimer method

void pausePollTimer()

Implementation

void pausePollTimer() {

  _timer.cancel();

}