Files
PulsarK-main/Pulsar.Common/Enums/ProcessAction.cs
T

12 lines
157 B
C#
Raw Normal View History

2026-08-27 10:57:58 -06:00
namespace Pulsar.Common.Enums
{
public enum ProcessAction
{
Start,
End,
SetTopMost,
None,
Suspend
}
}