11 lines
151 B
C#
11 lines
151 B
C#
namespace Pulsar.Common.Enums
|
|
{
|
|
public enum ShutdownAction
|
|
{
|
|
Shutdown,
|
|
Restart,
|
|
Standby,
|
|
Lockscreen
|
|
}
|
|
}
|