ITaskHandlerResume Method

Called to resume the COM handler. This method is optional and should only be implemented to give the Task Scheduler the ability to resume the handler.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
void Resume()

See Also