public interface RunTimeLimit
Integer.MAX_VALUE
.Modifier and Type | Method and Description |
---|---|
int |
getLastRunTimeSec()
Get the run time in seconds of the last execution.
|
int |
getTimeLimitSec()
Get the time limit in seconds.
|
void |
setTimeLimitSec(int sec)
Set the time limit in seconds.
|
void setTimeLimitSec(int sec)
sec
- the time limit in seconds.int getTimeLimitSec()
int getLastRunTimeSec()