diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2019-03-20 17:17:29 (GMT) |
---|---|---|
committer | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2019-03-20 17:17:29 (GMT) |
commit | cd524c1c333fdba71d684bf2759ebb583ad0b021 (patch) | |
tree | b382093d3111e58afab15de7d5b26839b1716386 /Help/command/execute_process.rst | |
parent | f2d3e233cd2c2d2d623793e5178d9b8707c59e41 (diff) | |
download | CMake-cd524c1c333fdba71d684bf2759ebb583ad0b021.zip CMake-cd524c1c333fdba71d684bf2759ebb583ad0b021.tar.gz CMake-cd524c1c333fdba71d684bf2759ebb583ad0b021.tar.bz2 |
Help: describe what happens if command execute_process reaches timeout.
Diffstat (limited to 'Help/command/execute_process.rst')
-rw-r--r-- | Help/command/execute_process.rst | 5 |
1 files 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. |