ITaskHandlerStatusTaskCompleted Method

Tells the Task Scheduler that the COM handler is completed.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
void TaskCompleted(
	int taskErrCode
)

Parameters

taskErrCode  Int32
The error code that the Task Scheduler will raise as an event.

See Also