Class BuildPipelineResult
Holds the results of the execution of a Build
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public class BuildPipelineResult
Properties
Name | Description |
---|---|
Build |
The Build |
Build |
The Build |
Build |
A list of Build |
Duration | The total duration of the Build |
Failed | Determine if the execution of the Build |
Message | The message resulting from the execution of this Build |
Succeeded | Determine if the execution of the Build |
Methods
Name | Description |
---|---|
Failure(Build |
Create a new instance of Build |
Log |
Output the log result to developer debug console. |
Success(Build |
Create a new instance of Build |
To |
Get the Build |
Try |
Get the Build |
Operators
Name | Description |
---|---|
implicit operator bool(Build |
Implicit conversion to bool. |
implicit operator Build |
Implicit conversion to Build |