ITaskHandler interface (taskschd.h)

Defines the methods that are called by the Task Scheduler service to manage a COM handler.

Inheritance

The ITaskHandler interface inherits from the IUnknown interface. ITaskHandler also has these types of members:

Methods

The ITaskHandler interface has these methods.

 
ITaskHandler::Pause

Called to pause the COM handler.
ITaskHandler::Resume

Called to resume the COM handler.
ITaskHandler::Start

Called to start the COM handler.
ITaskHandler::Stop

Called to stop the COM handler.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header taskschd.h

See also

Task Scheduler

Task Scheduler Interfaces