pause method

dynamic pause()

Implementation

pause() {
  _setEnable(false);
  _cancelShake();
}