Click or drag to resize
Task Scheduler Managed Class Library

ITaskHandler Methods

The ITaskHandler type exposes the following members.

Methods
  NameDescription
Public methodPause
Called to pause the COM handler. This method is optional and should only be implemented to give the Task Scheduler the ability to pause and restart the handler.
Public methodResume
Called to resume the COM handler. This method is optional and should only be implemented to give the Task Scheduler the ability to resume the handler.
Public methodStart
Called to start the COM handler. This method must be implemented by the handler.
Public methodStop
Called to stop the COM handler. This method must be implemented by the handler.
Top
See Also