|
|
|
|
|
HTTPTimeOut (Function) In french: HTTPTimeOut IF HTTPTimeOut() > 200000 THEN HTTPTimeOut(20000)
ResStart = HTTPRequest("http://www.windev.com")
Syntax <Result>: Integer Value of the timeout expressed in milliseconds. The value of the timeout is set to 200 seconds by default (200 000 milliseconds). <New timeout>: Integer or Duration New timeout value, expressed in milliseconds. This parameter can correspond to: - an integer representing the number of milliseconds,
- a Duration variable,
- the duration in a readable format (e.g., 20s or 10 ms).
The value of the timeout is set to 200 seconds by default (200 000 milliseconds).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|