mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
<feat: New release>
This commit is contained in:
@@ -7,6 +7,12 @@ class ServerResult {
|
||||
}
|
||||
|
||||
enum ServerResultType {
|
||||
starting,
|
||||
startSuccess,
|
||||
startError,
|
||||
stopping,
|
||||
stopSuccess,
|
||||
stopError,
|
||||
missingHostError,
|
||||
missingPortError,
|
||||
illegalPortError,
|
||||
@@ -15,9 +21,7 @@ enum ServerResultType {
|
||||
freePortError,
|
||||
pingingRemote,
|
||||
pingingLocal,
|
||||
pingError,
|
||||
startSuccess,
|
||||
startError;
|
||||
pingError;
|
||||
|
||||
bool get isError => name.contains("Error");
|
||||
}
|
||||
Reference in New Issue
Block a user