IOStartUninitConversations() Function
- Last UpdatedFeb 22, 2017
- 1 minute read
When WindowViewer begins running an InTouch application, it automatically processes an initiate request to start all I/O conversations. If an I/O Server program does not respond to WindowViewer's initiate request, you can use the IOStartUninitConversations() script function to force WindowViewer to attempt to start the I/O conversation again.
Category
Miscellaneous
Syntax
IOStartUninitConversations();
Arguments
None.
Remarks
The IOStartUninitConversations() function performs the same operation as the Start Uninitiated Conversations command on the WindowViewer Special menu.
Example
This example forces WindowViewer to submit another initiate request to start all I/O connections defined for the InTouch application.
IOStartUninitConversations();