# FluentScheduler **Repository Path**: CarsonMax/FluentScheduler ## Basic Information - **Project Name**: FluentScheduler - **Description**: 一个针对.NET平台的自动化作业调度器,它提供了易于操作的流畅接口。可以用它来自动地安排和执行各种任务,让工作变得更加高效、方便。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: version-5 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-08 - **Last Updated**: 2026-03-08 ## 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