/
TestForKb Unlocked (Method)
TestForKb Unlocked (Method)
ISession::TestForKbUnlocked
Check if the connected session is ready for input.
Function TestForKbUnlocked As Long
No parameters
Return Code | Description |
JGS_OK | Keyboard is unlocked and ready for input |
JGS_NOTCONNECTED | Your application is not connected to a session |
JGS_PSBUSY | Session is in X-Clock or X-System mode |
JGS_INHIBITED | The keyboard is locked |
JGS_SYSERROR | The function failed due to a system error |
Sample Code
Dim result as Long
result = sess.TestForKbUnlocked
If result = JGS_OK then
...
Else
...
End If
result = sess.TestForKbUnlocked
If result = JGS_OK then
...
Else
...
End If
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
, multiple selections available,
Related content
TestForKbUnlocked (Method)
TestForKbUnlocked (Method)
More like this
WaitForKb Unlock (Method)
WaitForKb Unlock (Method)
More like this
WaitForKbUnlocked (Method)
WaitForKbUnlocked (Method)
More like this
Session.TestForKeyboardUnlocked Method
Session.TestForKeyboardUnlocked Method
More like this
TestForKeyboardUnlocked Method
TestForKeyboardUnlocked Method
More like this
TestForKeyboardUnlocked_Method
TestForKeyboardUnlocked_Method
More like this