Implemented first iteration of the docker-based server installer. Added restore functionality for the installer. Wired up for basic installer testing
This commit is contained in:
@@ -5,6 +5,7 @@ public interface IInstaller : IServerComponent
|
||||
public IAsyncObservable<object> OnExited { get; }
|
||||
public bool IsRunning { get; }
|
||||
|
||||
public Task Setup();
|
||||
public Task Start();
|
||||
public Task Abort();
|
||||
public Task Cleanup();
|
||||
|
||||
Reference in New Issue
Block a user