Enum AskUserWhetherToDoThing
public enum AskUserWhetherToDoThing
Fields
ASK_BEFORE_DOING = 1
prompt the user to ask whether to do it
DONT_DO_DONT_ASK = 0
don't do the thing, and don't prompt the user either
DO_WITHOUT_ASKING = 2
do it without prompting the user