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.10.1
Syntax
public interface ITaskHandlerStatus

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