ITaskHandlerStatus interface (taskschd.h)

Provides the methods that are used by COM handlers to notify the Task Scheduler about the status of the handler.

Inheritance

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

Methods

The ITaskHandlerStatus interface has these methods.

 
ITaskHandlerStatus::TaskCompleted

Tells the Task Scheduler that the COM handler is completed.
ITaskHandlerStatus::UpdateStatus

Tells the Task Scheduler about the percentage of completion of the COM handler.

Remarks

For information on specifying a COM handler action, see the IComHandlerAction interface.

For information on the required interfaces that must be implemented by the handler, see the ITaskHandler interface.

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