redmine-client/node_modules/node-notifier/DECISION_FLOW.md
2014-12-26 04:41:54 +01:00

18 lines
440 B
Markdown

# What reporting system is used?
There are 5 different reporting systems:
* Mac Notification Center
* Linux notify-osd
* Windows Toaster
* Windows Balloons
* Growl
`node-notifier` tries to use the system that has the better
experience but prefers native solutions. This means that
Growl is prioritized over Windows Balloons (if Growl is
active).
See flow chart to see how the reporter is chosen.
![Flow Chart](./node-notifier_flow.png)