sgf / FluentScheduler

this is a fork for FluentScheduler,its -- Automated job scheduler with fluent interface for the .NET platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

this is a fork for FluentScheduler,its -- Automated job scheduler with fluent interface for the .NET platform.

License:Other


Languages

Language:C# 100.0%