ITaskHandlerStatus Interface
Provides the methods that are used by COM handlers to notify the Task Scheduler about the status of the handler.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[ComImportAttribute]
[GuidAttribute("EAEC7A8F-27A0-4DDC-8675-14726A01A38A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITaskHandlerStatus
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.
|