in_progress_words = [ "installing", "creating", ] useful_status_words = [ "copied", "copying", "creating", "installed", "installing", "patched", "patching", "processed", "processing", ] choice_words = [ "choice", "choose", "select", "enter", ] choice_phrase = [ "do you want", "would you like", ] completed_with_warnings = "installed with warnings" failed_with_error = "not installed due to errors" finished = "successfully installed" eet_finished = "process ended"