Implemented installation handling. Added crash handling. Refactored tasks reset/cancel functions

This commit is contained in:
2025-02-14 21:15:03 +01:00
parent 761ab455f0
commit 1fbf1ae9ec
12 changed files with 264 additions and 44 deletions

View File

@@ -10,4 +10,9 @@ public partial class Server
{
await Console.WriteToInput($"{Configuration.StopCommand}\n\r");
}
private async Task InternalFinishStop()
{
await Destroy();
}
}