kevincolyar/CronNET

what is this mean? why you do this?

Opened this issue · 0 comments

// if (DateTime.Now.Minute != _last.Minute)
// {
_last = DateTime.Now;
foreach (ICronJob job in cron_jobs)
job.execute(DateTime.Now);
// }