Task Scheduler COM Object

Hello,

I need to use the Task Scheduler API in a Visual Basic .NET program I am writing and I can't find the COM Library in the Add Reference dialog. What is the Component Name of the library that houses the Task Scheduler API

Thanks in Advance.


Answer this question

Task Scheduler COM Object

  • awm129

    Thanks a lot. Those classes look a lot easier to use than COM objects.
  • sladoid

    Thank you - this will save me a lot of time
  • Andrew Middleton

    I don't think there is built-in support for that in the .net framework. However, Eduardo Morcillo has made something for that: http://www.mvps.org/emorcillo/en/code/shell/tasksched.shtml


  • Task Scheduler COM Object