Class Rex::Ui::Text::ProgressTracker
In: lib/rex/ui/text/progress_tracker.rb
Parent: Rex::Ui::ProgressTracker

This module implements progress tracking against a text interface.

Methods

abort   error   new   status   step_status  

Attributes

output  [RW] 

Public Class methods

Public Instance methods

Progress has been aborted, the reason is supplied in msg.

An error occurred that may result in aborting the progress.

Passes a generic status message that isn‘t necessarily associated with a step event.

Updates the status associated with the current step.

[Validate]