httpCloseClient (Function)
Signature: httpCloseClient(clientID: int) -> int
Description: Closes the HTTP client and returns the runtime status.
Parameters
- clientID (int): Client identifier to close
Returns: int
Example
let result = httpCloseClient(clientId)
print("Client closed")
result = httpCloseClient clientId
print "Client closed"