ERR: Added units to SetTimeout documentation.
This commit is contained in:
parent
cd002c0b20
commit
7de6edc686
|
@ -109,10 +109,10 @@ kwsysEXPORT int kwsysProcess_AddCommand(kwsysProcess* cp,
|
||||||
char const* const* command);
|
char const* const* command);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the timeout for the child process. The timeout period begins
|
* Set the timeout in seconds for the child process. The timeout
|
||||||
* when the child is executed. If the child has not terminated when
|
* period begins when the child is executed. If the child has not
|
||||||
* the timeout expires, it will be killed. A non-positive (<= 0)
|
* terminated when the timeout expires, it will be killed. A
|
||||||
* value will disable the timeout.
|
* non-positive (<= 0) value will disable the timeout.
|
||||||
*/
|
*/
|
||||||
kwsysEXPORT void kwsysProcess_SetTimeout(kwsysProcess* cp, double timeout);
|
kwsysEXPORT void kwsysProcess_SetTimeout(kwsysProcess* cp, double timeout);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue