This module implements progress tracking against a text interface.
Progress has been aborted, the reason is supplied in msg.
# File lib/rex/ui/text/progress_tracker.rb, line 46 def abort(msg = '') output.print_error("fatal: #{msg}") end
An error occurred that may result in aborting the progress.
# File lib/rex/ui/text/progress_tracker.rb, line 39 def error(msg = '') output.print_error(msg) end
Generated with the Darkfish Rdoc Generator 2.