You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DSWMS/Quartz.NetUI/Quartz.NET.Web/Enum/JobAction.cs

14 lines
208 B
C#

namespace Quartz.NET.Web.Enum
{
public enum JobAction
{
= 1,
= 2,
= 3,
= 4,
,
,
}
}