|   | Scheduled | 
The ScheduledTask type exposes the following members.
 Events
Events
        | Name | Description | |
|---|---|---|
|   | 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
See Also