CronNET icon indicating copy to clipboard operation
CronNET copied to clipboard

what is this mean? why you do this?

Open yuxin5156 opened this issue 6 years ago • 0 comments

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

yuxin5156 avatar Jun 20 '18 01:06 yuxin5156