Admin Production rocket
Current Publication

WaitForControlKey Method

InfoConnect Desktop InfoConnect .NET API Guide V17.0
Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Wait timeout value.
Control key code.
Value to indicate whether the program can continue to process other actions.
WaitForControlKey Method (IT27Screen)
In This Topic
Waits for the specified control key press.
Syntax

                     
                     
'Declaration
 

                     
                     
Function WaitForControlKey( _
   ByVal timeout As Integer, _
   ByVal keycode As ControlKeyCode, _
   ByVal continueProcess As Boolean _
) As ReturnCode

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IT27Screen
Dim timeout As Integer
Dim keycode As ControlKeyCode
Dim continueProcess As Boolean
Dim value As ReturnCode
 
value = instance.WaitForControlKey(timeout, keycode, continueProcess)

                  

Parameters

timeout
Wait timeout value.
keycode
Control key code.
continueProcess
Value to indicate whether the program can continue to process other actions.

Return Value

ReturnCode indicates success, failure, or a warning condition.
See Also