# FluentScheduler **Repository Path**: teastears/FluentScheduler ## Basic Information - **Project Name**: FluentScheduler - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: net-8 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# FluentScheduler Automated job scheduler with fluent interface for the .NET platform. ```cs 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! [master branch]: https://github.com/fluentscheduler/FluentScheduler [documentation]: http://fluentscheduler.github.io [issues]: https://github.com/fluentscheduler/FluentScheduler/issues [help wanted]: https://github.com/fluentscheduler/FluentScheduler/labels/help%20wanted