Added online detection handler

This commit is contained in:
2025-09-09 23:08:01 +02:00
parent b90100d250
commit 160446eed0
4 changed files with 92 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ public class ShutdownHandler : IServerStateHandler
{
Destination: ServerState.Offline,
Source: not ServerState.Installing,
Trigger: ServerTrigger.Exited
Trigger: ServerTrigger.Exited // We don't want to handle the fail event here
})
return;