ITaskHandler Interface
Defines the methods that are called by the Task Scheduler service to manage a COM handler.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Pause() | 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. |
![]() | Resume() | 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. |
![]() | Start(Object, String) | Called to start the COM handler. This method must be implemented by the handler. |
![]() | Stop(Int32) | Called to stop the COM handler. This method must be implemented by the handler. |
