Method HttpClient():isBusy() Foundation

Determines whether a request is being executed.

Syntax
 
:isBusy() --> lIsBusy
Return

:isBusy() returns the logical value .T. (true) if the HTTP client object currently executes a request. Otherwise, it returns .F. (false).

Description

The method :isBusy() determines whether a request is currently being executed by the HTTP client object. The method reports "busy" once the request is transmitted to the server, and continues to do so until the server's response has been received.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.