Interface IRunInstance
Base interface for all run instance classes.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public interface IRunInstance : IDisposable
Properties
| Name | Description |
|---|---|
| IsRunning | Determine if the instance is running. |
Methods
| Name | Description |
|---|---|
| Kill() | Kill the instance. |