Class ProgressLoggingTracker
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Build.Pipeline.Utilities
Syntax
public class ProgressLoggingTracker : ProgressTracker, IProgressTracker, IContextObject, IDisposable
Constructors
ProgressLoggingTracker()
Declaration
public ProgressLoggingTracker()
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Overrides
UpdateInfo(String)
Declaration
public override bool UpdateInfo(string taskInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | taskInfo |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
UpdateTask(String)
Declaration
public override bool UpdateTask(string taskTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | taskTitle |
Returns
| Type | Description |
|---|---|
| System.Boolean |