From cd524c1c333fdba71d684bf2759ebb583ad0b021 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" Date: Wed, 20 Mar 2019 18:17:29 +0100 Subject: Help: describe what happens if command execute_process reaches timeout. --- Help/command/execute_process.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst index 3a56dce..bbcb37a 100644 --- a/Help/command/execute_process.rst +++ b/Help/command/execute_process.rst @@ -46,8 +46,9 @@ Options: the child processes. ``TIMEOUT`` - The child processes will be terminated if they do not finish in the - specified number of seconds (fractions are allowed). + After the specified number of seconds (fractions allowed), all unfinished + child processes will be terminated, and the ``RESULT_VARIABLE`` will be + set to a string mentioning the "timeout". ``RESULT_VARIABLE`` The variable will be set to contain the result of last child process. -- cgit v0.12