stop method

Future stop()

Implementation

Future stop() async {
  grunt.send(SupervisorMessages.kStop);
  return waitFor(WorkPhase.stopped);
}