| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.emulation |
| Modifier and Type | Method and Description |
|---|---|
Double |
Emulation.setVirtualTimePolicy(VirtualTimePolicy policy)
Turns on virtual time for all frames (replacing real-time with a synthetic time source) and
sets the current virtual time policy.
|
Double |
Emulation.setVirtualTimePolicy(VirtualTimePolicy policy,
Double budget,
Integer maxVirtualTimeTaskStarvationCount,
Boolean waitForNavigation,
Double initialVirtualTime)
Turns on virtual time for all frames (replacing real-time with a synthetic time source) and
sets the current virtual time policy.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualTimePolicy |
VirtualTimePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualTimePolicy[] |
VirtualTimePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.