Skip to content

fluentscheduler/FluentScheduler

 
 

Repository files navigation

logo

badge badge

FluentScheduler

Important: this documentation refers to the version 5 of the library which is currently deprecated. Check the current version here.

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!

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages