Click or drag to resize

ScheduledTask Events

The ScheduledTask type exposes the following members.

Events
  Name Description
Public event Disposing Occurs right before this task is disposed.
Public event Running Occurs every time the task should run.
Public event UnhandledException Occurs when Running or Disposing event throws an exception.
Top
See Also