stop method

void stop()

Implementation

void stop(){
  runTask = false;

  onStop();
}