Small .NET package with simple generic implementation of cron scheduling based on ncrontab and System.Threading.Timer.
Info
Version: | 0.5.0 |
Author(s): | Sergey Todyshev ([email protected]) |
Last Update: | Wednesday, May 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergeyt/CronDaemon |
NuGet Url: | https://www.nuget.org/packages/CronDaemon |
Install
Install-Package CronDaemon
dotnet add package CronDaemon
paket add CronDaemon
CronDaemon Download (Unzip the "nupkg" after downloading)
Dependencies
- ncrontab(>= 2.0.0)
Tags