1. Application & Thread events
1.1. Application events
Main application and plug-ins can throw events to notify the 'Event System' that they have completed a task or that a user did an action... Main application and plug-ins can also subscribe to the 'Event System' and receive notification about a certain event they want to catch. The plug-in that make the more use of these events is the 'Task Manager'. Its role is to execute scripts depending on the application or system events and on your settings. Example of notification:
1.2. Thread events
Thread events are events sent by plug-ins, the tasks associated with these events are generally time or CPU consuming tasks. Example: (Downloading quotes) |
|