version 1.5
OP Close connection (connectionID) Number
| Parameter | Type | Description | |
| connectionID | Number | ID of connection to be closed | |
| Function result | Number | Error code result for the function |
Description
OP Close connection closes the connection to the server by passing connectionID.
Error Codes
If OP Close connection executes successfully, it returns 0. Otherwise, this function returns one of the following errors:
| Error Code | Description |
| 10128 | The 4D Open for 4th Dimension package has not been initialized. |
| 10136 | This connection does not exist. |
| 10154 | This command cannot be executed right now. |
See Also