...
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# |
---|
StatusCode WaitForKeyboardUnlocked() |
...
Visual Basic (Declaration) |
---|
Function WaitForKeyboardUnlocked As StatusCode |
Visual C++ |
---|
StatusCode WaitForKeyboardUnlocked() |
...
JavaScript |
---|
function WaitForKeyboardUnlocked(); |
Return Value
The StatusCode indicating the result of the operation.
...
The length of time that this method will wait is affected by the session options TWAIT, LWAIT, and NWAIT.
See Also
ISession Interface
JollyGiant.Emulation Namespace
ISession..::.SendKeys(String)
Send comments on this topic to Jolly Giant Software
...