C# Class Schumix.Components.Updater.Download.NGitProgressMonitor

Inheritance: NGit.ProgressMonitor
Show file Open project: Schumix/Schumix2

Public Methods

Method Description
BeginTask ( string title, int totalWork ) : void
EndTask ( ) : void
IsCancelled ( ) : bool
NGitProgressMonitor ( ) : System
Start ( int totalTasks ) : void
Update ( int completed ) : void

Private Methods

Method Description
drawTextProgressBar ( int progress, int total ) : void

Method Details

BeginTask() public method

public BeginTask ( string title, int totalWork ) : void
title string
totalWork int
return void

EndTask() public method

public EndTask ( ) : void
return void

IsCancelled() public method

public IsCancelled ( ) : bool
return bool

NGitProgressMonitor() public method

public NGitProgressMonitor ( ) : System
return System

Start() public method

public Start ( int totalTasks ) : void
totalTasks int
return void

Update() public method

public Update ( int completed ) : void
completed int
return void