Method: Rex::Ui::Text::ProgressTracker#status
- Defined in:
- lib/rex/ui/text/progress_tracker.rb
#status(msg = '') ⇒ Object
Passes a generic status message that isn’t necessarily associated with a step event.
26 27 28 |
# File 'lib/rex/ui/text/progress_tracker.rb', line 26 def status(msg = '') output.print_status(msg) end |