 | ITaskHandlerStop Method |
Called to stop the COM handler. This method must be implemented by the handler.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxvoid Stop(
out int pRetCode
)
Sub Stop (
<OutAttribute> ByRef pRetCode As Integer
)
void Stop(
[OutAttribute] int% pRetCode
)
Parameters
- pRetCode
- Type: SystemInt32
The return code that the Task Schedule will raise as an event when the COM handler action is completed.
See Also