stop method

void stop(
  1. IStatus status,
  2. ITimer timer
)

Implementation

void stop(IStatus status, ITimer timer) {
  _stop(self, status.self, timer.self);
  status.checkStatus();
}