Working with ScheduledTasks in .NET

Working with ScheduledTasks in .NET

So sometimes you want to be able to add scheduled tasks, update them, etc. I was a bit surprised there wasn’t a nice, built in library for .NET to do this (as it has usually so many nice built in libraries!). The closest we get for built in is the 32-bit COM API. Enough said. There are a few libraries out there though, the most promising being on codeplex which looks easy to use.