Class ProgressLoggingTracker
Logs information about the progress tracker.
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Utilities
Assembly: solution.dll
Syntax
public class ProgressLoggingTracker : ProgressTracker, IProgressTracker, IContextObject, IDisposable
Constructors
Name | Description |
---|---|
ProgressLoggingTracker() | Creates a new progress tracking object. |
Methods
Name | Description |
---|---|
Dispose(bool) | Disposes of the progress tracker instance and clears the popup progress bar. |
UpdateInfo(string) | Updates the information displayed for currently running task. |
UpdateTask(string) | Updates the progress bar to reflect the new running task. |