Help: describe what happens if command execute_process reaches timeout.

This commit is contained in:
Joachim Wuttke (l) 2019-03-20 18:17:29 +01:00
parent f2d3e233cd
commit cd524c1c33

View File

@ -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.