# File rbot/timer.rb, line 28
    def run
      @in += @period
      if(@data)
        @func.call(@data)
      else
        @func.call
      end
      return @once
    end