public class GXWaitHostQuiet extends GXAbstractWaitCondition
| Constructor and Description |
|---|
GXWaitHostQuiet(long timeout,
long flicker)
Sets a wait condition that instructs the ApplinX server to wait the
specified time before returning the host screen.
|
GXWaitHostQuiet(long timeout,
long flicker,
boolean waitForSystemUnlock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWaitForSystemUnlock()
Determine Whether to wait for keyboard unlock or not
(also called "set-ctrl-n"), default is
true. |
getFlicker, getTimeout, setFlicker, setTimeoutpublic GXWaitHostQuiet(long timeout,
long flicker)
timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.public GXWaitHostQuiet(long timeout,
long flicker,
boolean waitForSystemUnlock)
timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.waitForSystemUnlock - Whether to wait for keyboard unlock or not
(also called "set-ctrl-n"), default is true.GXWaitHostQuiet(long, long)Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.