socketTimeout | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack, card, field, button, graphic, scrollbar, player, image | ||||||
Summary | Sent when an open socket, read from socket or write to socket command halts for the time specified by the socketTimeoutInterval property. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: socketTimeoutInterval Message: socketClosed, socketError Command: read from socket, write to socket, close socket, open socket Function: openSockets Glossary: property, socket, message, command | ||||||
Description | Handle the socketTimeout message to take action when a socket communication has not completed within the time set by the socketTimeoutInterval. The socketTimeout message is sent to the object whose script created the socket. |