Class BuildStepResult
Holds the result of the execution of a IBuild
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public class BuildStepResult
Constructors
Name | Description |
---|---|
Build |
Create a new instance of Build |
Properties
Name | Description |
---|---|
Build |
The IBuild |
Description | Description of the IBuild |
Duration | Duration of the execution of this IBuild |
Failed | Determine if the execution of the IBuild |
Message | The message resulting from the execution of this IBuild |
Succeeded | Determine if the execution of the IBuild |
Methods
Name | Description |
---|---|
Failure(IBuild |
Create a new instance of Build |
Success(IBuild |
Create a new instance of Build |
Operators
Name | Description |
---|---|
implicit operator bool(Build |
Implicit conversion to bool. |