IScheduledTaskStopEventConsumer.Process(ScheduledTaskStopEventContext) Method

Definition

Processes a scheduled task stop event.

public void Process (Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskStopEventContext eventContext);
abstract member Process : Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskStopEventContext -> unit
Public Sub Process (eventContext As ScheduledTaskStopEventContext)

Parameters

eventContext
ScheduledTaskStopEventContext

The scheduled task stop event to process.

Applies to