Class TaskTimerReporter
Base class responsible for recording the time between each Report
Implements
Namespace: UnityEditor .Localization.Reporting
Assembly: Unity.Localization.Editor.dll
Syntax
public abstract class TaskTimerReporter : ITaskReporter
Properties
Name | Description |
---|---|
Current |
The current progress in the range 0-1. |
Started | Has the process started? |
Methods
Name | Description |
---|---|
Completed(string) | Report the process is completed successfully. |
Fail(string) | Report the process failed. |
Print |
Called after Report |
Print |
Called after Completed(string) or Fail(string) to optionally print a summary of the whole task. |
Report |
Report the current progress. |
Start(string, string) | Start the process. |