Some applications, don't actually exit when closing them. Instead, they keep on running the background. Applications known for this are
- [Discord](https://discordapp.com)
- [Telegram Desktop](https://desktop.telegram.org)
- [Steam](https://steamcommunity.com)
When in this state, trying to restore them by clicking the (non-running) icon on la barre des tâches often takes multiple seconds, but clicking on the small zone de notification icon restores them almost instantly. Pourquoi this?
The zone de notification
Pourquoi it rapide to restore applications from System Tray than from the Taskbar?
Re: Pourquoi it rapide to restore applications from System Tray than from the Taskbar?
Quand vous cliquez sur la barre des tâches icon, the application first has to start and then checks, if another process of the program is running. If so, it puts the process in the foreground and terminates itself.
But when clicking on the small zone de notification icon, you already have an associated process, which will then get put in the foreground. No application or program tries to start in this case.
But when clicking on the small zone de notification icon, you already have an associated process, which will then get put in the foreground. No application or program tries to start in this case.