edit_next_task_when_no_task_active(self.config) do |next_task|
      print "#{t(:prompt_why)} "
      reason = $stdin.readline.chomp
      next_task.fail!(reason)
      puts t(:success, task: Pomodoro::Tools.unsentence(next_task.body))