Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The time to wait can be changed with the SetSessionOptions(String, Int32%) method.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public StatusCode WaitForKeyboardUnlocked()

...

Visual Basic (Declaration)
Public Function WaitForKeyboardUnlocked As StatusCode


Visual C++
public:
virtual StatusCode WaitForKeyboardUnlocked() sealed

...

JavaScript
function WaitForKeyboardUnlocked();

Return Value

The StatusCode indicating the result of the operation.

...

Status codeDescription
WHLLOKThe keyboard is unlocked and ready for input.
WHLLNOTCONNECTEDYour application is not connected to a valid host session.
WHLLPSBUSYWait method timed out while still in XCLOCK or XSYSTEM for 3270 terminals, or Input Inhibited for 5250 terminals.
WHLLINHIBITEDThe keyboard is locked.
WHLLSYSERRORThe method failed due to a system error.


Implements

ISession..::.WaitForKeyboardUnlocked()()()

Remarks

Wait can be used to provide other methods, such as , enough time to complete or be processed. You can also use WaitForKeyboardUnlocked to see if keyboard input is inhibited.

...

The length of time that this method will wait is affected by the session options TWAIT, LWAIT, and NWAIT.

See Also


Session Class
JollyGiant.Emulation Namespace
Session..::.SendKeys(String)

Send comments on this topic to Jolly Giant Software

...