Generate sequential notification as a function of the selected diseases. All notifications are in the notifications.R file in the inst/entry_level app folder. Used in the infos module.
generate_notification(simulation, counter, allowed)
Which disease is currently selected. See extract_running_sim.
To determine which notification to display. We expect a counter returned by the networkCaPO4 module.
Whether to allow simulations. Expect logical value. See infos module.