Implemented installation handling. Added crash handling. Refactored tasks reset/cancel functions
This commit is contained in:
@@ -10,4 +10,9 @@ public partial class Server
|
||||
{
|
||||
await Console.WriteToInput($"{Configuration.StopCommand}\n\r");
|
||||
}
|
||||
|
||||
private async Task InternalFinishStop()
|
||||
{
|
||||
await Destroy();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user