 | ITaskHandlerStatusTaskCompleted Method |
Tells the Task Scheduler that the COM handler is completed.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxvoid TaskCompleted(
int taskErrCode
)
Request Example
Parameters
- taskErrCode Int32
- The error code that the Task Scheduler will raise as an event.
See Also