10 lines
131 B
C#
10 lines
131 B
C#
namespace Quasar.Common.Enums
|
|
{
|
|
public enum ShutdownAction
|
|
{
|
|
Shutdown,
|
|
Restart,
|
|
Standby
|
|
}
|
|
}
|