Skip to content

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

License

Notifications You must be signed in to change notification settings

luthjp/FluentScheduler

 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%