| Modifier and Type | Method and Description |
|---|---|
static MilliPauser |
Pauser.millis(int millis)
Creates a
MilliPauser that waits for a fixed duration before resuming execution. |
MilliPauser |
MilliPauser.minPauseTimeMS(long pauseTimeMS)
Sets the pause time to the minimum of the current or specified duration in milliseconds.
|
MilliPauser |
MilliPauser.pauseTimeMS(long pauseTimeMS)
Sets the pause time to a specified duration in milliseconds.
|
Copyright © 2024. All rights reserved.