FluentScheduler Save

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

Project README

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!

Open Source Agenda is not affiliated with "FluentScheduler" Project. README Source: fluentscheduler/FluentScheduler
Stars
2,652
Open Issues
51
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating