1 module dli.display_scenario;
2 
3 /// Options that enable the user to decide when certain menu messages should be printed
4 enum DisplayScenario
5 {
6     Always,
7     Once,
8     OnMenuChange
9 }