8000 GitHub - fluent-dotnet/FluentScheduler: Automated job scheduler with fluent interface for the .NET platform. · GitHub
[go: up one dir, main page]

Skip to content

fluent-dotnet/FluentScheduler

 
 

Repository files navigation

logo

badge badge

FluentScheduler

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

var schedule = new Schedule(
    () => Console.WriteLine("5 minutes just passed."),
    run => run.Every(5).Minutes()
);

schedule.Start();

Learning?
Check the documentation!

Comments? Problems? Suggestions?
Check the issues!

Want to help?
Check the help wanted label!

Looking for the now deprecated version 5 of the library?
Check the version-5 branch!

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%
0