| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Retrieve a unique worker ID.
|
boolean |
isFinished()
Determine if this runnable has already run its course.
|
boolean |
isRunning()
Determine if we're running or not.
|
boolean |
stop()
Stop the given runnable.
|
int getID()
boolean stop()
throws InterruptedException
This may not occur right away.
InterruptedException - if it is interruptedboolean isRunning()
boolean isFinished()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.