TaskEventArgsTask Property

If possible, gets the task associated with this event.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public Task Task { get; }

Property Value

Task
The task or null if unable to retrieve.

See Also