# File lib/chef/client.rb, line 94
    def run_started
      self.class.run_start_notifications.each do |notification|
        notification.call(run_status)
      end
    end