How to get on / off a scheduled task using C #?

Using C # (.net Framework 4.0) and Windows XP allows you to enable / disable a scheduled task programmatically?

+3
source share
1 answer

Use the "Task Scheduler Scheduler" :

This project provides a single assembly for versions 1.0 and 2.0 for the task scheduler, which can be found on all Microsoft operating systems after Windows 98. It simplifies coding, combines several versions, provides an editor, and allows you to support localization.

+2
source

All Articles