ScheduledTask Events

Events

Disposing Occurs right before this task is disposed.
Running Occurs every time the task should run.
UnhandledException Occurs when Running or Disposing event throws an exception.

See Also