From 0ea206f81eacdb7dd19861ed7c2b1731978d8f39 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:21:32 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa11a5..4482e31 100644 --- a/README.md +++ b/README.md @@ -201,11 +201,12 @@ Debug mode is useful to test the download and verification process without havin The `BLOCKING_PROCESS_ACTION` variable controls the behavior of the script when it finds a blocking process running. -There are four options: +There are five options: - `ignore`: continue even when blocking processes are found - `silent_fail`: exit script without prompt or installation - `prompt_user`: show a user dialog for each blocking process found abort after three attempts to quit +- `prompt_user_then_kill`: show a user dialog for each blocking process found, attempt to quit two times, kill the process finally - `kill`: kill process without prompting or giving the user a chance to save The default is `prompt_user`.