Class BuildPipelineResult
Base class for results involving pipeline execution.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class BuildPipelineResult : ResultBase
Properties
Name | Description |
---|---|
Build |
The build configuration used in the operation. |
Build |
The build pipeline used in the operation. |
Duration | The duration of the operation. |
Start |
The start time of the operation |
Methods
Name | Description |
---|---|
Log |
Log the result to the console window. |
To |
Returns a string that represents the current object. |