mirror of https://github.com/quasar/Quasar.git
10 lines
125 B
C#
10 lines
125 B
C#
|
namespace xServer.Enums
|
|||
|
{
|
|||
|
public enum ShutdownAction
|
|||
|
{
|
|||
|
Shutdown,
|
|||
|
Restart,
|
|||
|
Standby
|
|||
|
}
|
|||
|
}
|