Class RunContext
Holds contextual information when running a build pipeline.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class RunContext : ContextBase, IDisposable
  Properties
| Name | Description | 
|---|---|
| RunTargets | Optional list of run targets to deploy and run on.  | 
      
Methods
| Name | Description | 
|---|---|
| Failure(Exception) | Get a run result representing a failure.  | 
      
| Failure(string) | Get a run result representing a failure.  | 
      
| Success(IRunInstance) | Get a run result representing a success.  |