Class ResultBase
Base class for results.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class ResultBase
Properties
| Name | Description |
|---|---|
| BuildConfiguration | The build configuration used in the operation. |
| BuildPipeline | The build pipeline used in the operation. |
| Duration | The duration of the operation. |
| Exception | Exception attached to this result. |
| Failed | Determine whether or not the operation failed. |
| Message | Message attached to this result. |
| Succeeded | Determine whether or not the operation succeeded. |
Methods
| Name | Description |
|---|---|
| LogResult() | Log the result to the console window. |
| ToString() | Returns a string that represents the current object. |