public interface ExecutionPauseHandler extends Node
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentInterElementPauseDuration()
Get the duration of the pause after the current element execution.
|
long |
getDefaultInterElementPauseDuration()
Get the default pause duration between two element executions.
|
void |
setCurrentInterElementPauseDuration(long currentInterElementPauseDuration)
Set the duration for which the module is paused before executing the next element.
|
void |
setDefaultInterElementPauseDuration(long defaultInterElementPauseDuration)
Set the default duration for which the execution is paused in between two elements.
|
clearProperties, getId, getKeys, getProperty, removeProperty, setPropertyvoid setCurrentInterElementPauseDuration(long currentInterElementPauseDuration)
long getCurrentInterElementPauseDuration()
void setDefaultInterElementPauseDuration(long defaultInterElementPauseDuration)
duration - the duration in millisecondslong getDefaultInterElementPauseDuration()
Copyright © 2013. All Rights Reserved.