dahall/TaskScheduler
Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 88
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 65.5
- age_days: 3349
- days_rel: 421
- days_push: 73
- n_releases_24m: 3
Adoption not part of the score
1348 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A .NET wrapper library for the Windows Task Scheduler that aggregates multiple scheduler versions (1.0 through 2.0) behind a unified managed API. It also ships a companion UI library with localized editor controls for editing scheduled tasks in WinForms applications.
Use cases
- create and manage Windows scheduled tasks from C# code
- programmatically register, edit, and delete Windows Task Scheduler jobs
- embed a task scheduler editor UI in a WinForms application
- support both old and new Windows Task Scheduler versions in one library
- automate recurring background jobs on Windows machines
- build installers that configure scheduled tasks
When to choose
- you need to manipulate Windows scheduled tasks from .NET code
- you want a single API that works across Windows Task Scheduler versions 1.0-2.0
- you need localized editor controls for task configuration in a desktop app
- you target a wide range of .NET runtimes including .NET Framework 2.0 through .NET 6
When to avoid
- you need cross-platform task scheduling on Linux or macOS
- you only need simple cron-like scheduling within your own app process (use a scheduler library like Quartz instead)
- your project is not on the .NET platform
Facets
library · maturity stable
sdk gui developer-tools windows developer-tools cross-platform windows dotnet task-scheduler winforms nuget scheduled-tasks windows-api automation
1 source
- readme: https://github.com/dahall/TaskScheduler · fetched 2026-08-28 · a96fc2d04a9a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dahall/TaskScheduler | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="dahall/TaskScheduler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem