C# API for Task Scheduler 2.0

c#

Solution

See the following project on GitHub:

https://github.com/dahall/taskscheduler

Problem

Does anyone have any recommendations for a .NET c# wrapper for the (COM based) Task Scheduler 2.0 API ? Couldnt find anything using Google. (I am aware there are .net based schedulers such as Quartz.net, but I need the fully functioned GUI in the windows Scheduler) Thanks, Matt

Original source