public interface Timer
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
int |
getInitialDelay() |
boolean |
isRunning() |
void |
setInitialDelay(int initialDelay) |
void |
setRepeats(boolean repeats) |
void |
start() |
void |
stop() |