Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
7de6edc6
Commit
7de6edc6
authored
May 06, 2004
by
Brad King
Browse files
ERR: Added units to SetTimeout documentation.
parent
cd002c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/Process.h.in
View file @
7de6edc6
...
...
@@ -109,10 +109,10 @@ kwsysEXPORT int kwsysProcess_AddCommand(kwsysProcess* cp,
char const* const* command);
/**
* Set the timeout for the child process. The timeout
period begins
* when the child is executed. If the child has not
terminated when
* the timeout expires, it will be killed. A
non-positive (<= 0)
* value will disable the timeout.
* Set the timeout
in seconds
for the child process. The timeout
*
period begins
when the child is executed. If the child has not
*
terminated when
the timeout expires, it will be killed. A
*
non-positive (<= 0)
value will disable the timeout.
*/
kwsysEXPORT void kwsysProcess_SetTimeout(kwsysProcess* cp, double timeout);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment