InfoConnect for Airlines VBA Guide
WaitForControlKey Function (UtsScreen)
Wait timeout value.
Control key code.
Value to indicate whether the program should continue to process other actions.
Waits for the specified control key press.
Syntax
object.WaitForControlKey( _
   ByVal timeout As Long, _
   ByVal keycode As ControlKeyCode, _
   ByVal continueProcess As Boolean _
) As ReturnCode

Parameters

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

Return Value

One of the ReturnCode enum values
See Also