Click or drag to resize
Task Scheduler Managed Class Library

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.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[ComImportAttribute]
[GuidAttribute("EAEC7A8F-27A0-4DDC-8675-14726A01A38A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITaskHandlerStatus
Request Example

The ITaskHandlerStatus type exposes the following members.

Methods
 NameDescription
Public methodTaskCompleted Tells the Task Scheduler that the COM handler is completed.
Public methodUpdateStatus Tells the Task Scheduler about the percentage of completion of the COM handler.
Top
See Also