LANCommander/LANCommander.Server.Services/Enums/ServerProcessStatus.cs

11 lines
162 B
C#
Raw Permalink Normal View History

namespace LANCommander.Server.Services.Enums;
public enum ServerProcessStatus
{
Retrieving,
Stopped,
Starting,
Stopping,
Running,
Error
}