Class RunResult
Container for results happening when running a build pipeline.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class RunResult : ResultBase, IDisposable
Constructors
Name | Description |
---|---|
Run |
Properties
Name | Description |
---|---|
Run |
The run process instance. |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Failure(Build |
Get a run result representing a failure. |
Failure(Build |
Get a run result representing a failure. |
Success(Build |
Get a run result representing a success. |
To |
Returns a string that represents the current object. |