Class ProgressTracker
Inheritance
ProgressTracker
Syntax
public class ProgressTracker : IProgressTracker, IContextObject, IDisposable
Constructors
ProgressTracker()
Declaration
Properties
CurrentTask
Declaration
protected int CurrentTask { get; set; }
Property Value
CurrentTaskTitle
Declaration
protected string CurrentTaskTitle { get; set; }
Property Value
Progress
Declaration
public float Progress { get; }
Property Value
Implements
TaskCount
Declaration
public int TaskCount { get; set; }
Property Value
Implements
TimeStamp
Declaration
protected long TimeStamp { get; set; }
Property Value
UpdateFrequency
Declaration
protected long UpdateFrequency { get; set; }
Property Value
UpdatesPerSecond
Declaration
public uint UpdatesPerSecond { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
UpdateInfo(String)
Declaration
public virtual bool UpdateInfo(string taskInfo)
Parameters
Type |
Name |
Description |
String |
taskInfo |
|
Returns
Implements
UpdateTask(String)
Declaration
public virtual bool UpdateTask(string taskTitle)
Parameters
Type |
Name |
Description |
String |
taskTitle |
|
Returns
Implements