Class ProgressConsoleDebugIndicator
Reports progress to the debug console
Inheritance
System.Object
ProgressConsoleDebugIndicator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Onbox.Core.V8.Reporting
Assembly: Onbox.Core.dll
Syntax
public class ProgressConsoleDebugIndicator : IProgressIndicator
Methods
| Improve this Doc View SourceFinishedSuccessfully()
Indicates if the process has finished and was successful
Declaration
public bool FinishedSuccessfully()
Returns
Type | Description |
---|---|
System.Boolean |
Iterate(String)
Adds one iteration to the process with a given message
Declaration
public void Iterate(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Reset(Int32)
Resets the progress
Declaration
public void Reset(int total)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | total |
Run(Int32, Boolean, Action)
Runs progress action
Declaration
public void Run(int total, bool canCancel, Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | total | |
System.Boolean | canCancel | |
System.Action | action |