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