Skip to main content

Class ConsoleProgressBar

Provides progress bars in Log73.

Assembly: Log73.dll
View Source
Declaration
public static class ConsoleProgressBar

Fields

FilledCharacter

View Source
Declaration
public static char FilledCharacter

EmptyCharacter

View Source
Declaration
public static char EmptyCharacter

Methods

Update(Int32, Int32)

View Source
Declaration
public static void Update(int current, int max)
Parameters
TypeNameDescription
System.Int32currentMust be less than or equal to max
System.Int32max