server-master/srcs/PhoenixLib.Scheduler/ICronJobPool.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
167 B
C#

namespace PhoenixLib.Scheduler
{
/// <summary>
/// Cron pools
/// </summary>
public interface ICronJobPool : IGenericCronPool<string>
{
}
}