Skip to content

Latest commit

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

progressmonitor

A library to allow reporting progress of long tasks to the user.

.Net

Usage example:

varmonitor=newConsoleProgressMonitor();using(monitor.ConfigureSteps(1,4,5)){monitor.StartStep("First step with weight 1");
...monitor.StartStep("Second step with weight 4");DoSomething(monitor.CreateSubMonitor());monitor.Report("Still working...");
...monitor.StartStep("Third step with weight 5");
...}

Installing

PM> Install-Package ProgressMonitor 

About

Simple progress monitoring

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages