Quasar/Quasar.Common/Enums/ProcessAction.cs

9 lines
106 B
C#

namespace Quasar.Common.Enums
{
public enum ProcessAction
{
Start,
End
}
}