ITaskHandlerStatus Interface

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[ComImportAttribute]
[GuidAttribute("EAEC7A8F-27A0-4DDC-8675-14726A01A38A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITaskHandlerStatus

Methods

TaskCompleted Tells the Task Scheduler that the COM handler is completed.
UpdateStatus Tells the Task Scheduler about the percentage of completion of the COM handler.

See Also