Class RunStepResult
Holds the result of the execution of a Run
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class RunStepResult : ResultBase, IDisposable
Constructors
Name | Description |
---|---|
Run |
Properties
Name | Description |
---|---|
Run |
The running process resulting from running the Run |
Run |
The Run |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Failure(Build |
Create a new instance of Run |
Failure(Build |
Create a new instance of Run |
Success(Build |
Create a new instance of Run |
To |
Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
implicit operator bool(Run |
Implicit conversion to bool. |