문제

Using C# (.net Framework 4.0) and Windows XP is it possible to enable/disable a Schedulled Task programatically?

도움이 되었습니까?

해결책

Use the Task Scheduler Managed Wrapper:

This project provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions, provides an editor and allows for localization support.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top