A console progress monitor presenter displays a simple tally of the amount of work to be done on the main task as a bar chart.

Namespace:  Gallio.Runtime.ProgressMonitoring
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class RichConsoleProgressMonitorPresenter : BaseProgressMonitorPresenter
Visual Basic (Declaration)
Public Class RichConsoleProgressMonitorPresenter _
	Inherits BaseProgressMonitorPresenter

Remarks

The progress monitor responds to cancelation events at the console.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.ProgressMonitoring..::.BaseProgressMonitorPresenter
    Gallio.Runtime.ProgressMonitoring..::.RichConsoleProgressMonitorPresenter

See Also