Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.21 KB

logo

logo logo

FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.

JobManager.Initialize();

JobManager.AddJob(
    () => Console.WriteLine("5 minutes just passed."),
    s => s.ToRunEvery(5).Minutes()
);

Learning? Check the documentation!

Comments? Problems? Suggestions? Check the issues!

Want to help? Check the help wanted label!