| Constructor and Description |
|---|
TimerTaskExt(String name,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
Throwable |
getException() |
String |
getName() |
Run.TimerTaskState |
getState() |
boolean |
isCancelled() |
boolean |
isException() |
boolean |
isRunning() |
boolean |
isScheduled() |
boolean |
isState(Run.TimerTaskState state) |
boolean |
isSuccess() |
void |
run() |
scheduledExecutionTimepublic String getName()
public Run.TimerTaskState getState()
public Throwable getException()
public boolean isState(Run.TimerTaskState state)
public boolean isScheduled()
public boolean isRunning()
public boolean isSuccess()
public boolean isException()
public boolean isCancelled()
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.