 | ITaskHandlerStop Method |
Called to stop the COM handler. This method must be implemented by the handler.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxvoid Stop(
out int pRetCode
)
Request Example
Parameters
- pRetCode Int32
- The return code that the Task Schedule will raise as an event when the COM handler action is completed.
See Also