# File lib/rubyrep/task_sweeper.rb, line 40
    def initialize(timeout_period)
      self.timeout_period = timeout_period
      self.terminated = false
      self.last_ping = Time.now
    end