Started implementing server service and daemon controllers
This commit is contained in:
@@ -6,5 +6,6 @@ public enum ServerState
|
||||
Starting = 1,
|
||||
Online = 2,
|
||||
Stopping = 3,
|
||||
Installing = 4
|
||||
Installing = 4,
|
||||
Locked = 5
|
||||
}
|
||||
Reference in New Issue
Block a user