|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectgriffon.plugins.tasks.Task.State
public enum Task.State
| Enum Constant Summary | |
|---|---|
CANCELLED
|
|
DONE
|
|
FAILED
|
|
PENDING
|
|
STARTED
|
|
| Field Summary | |
|---|---|
private boolean |
finalState
A long-running task. |
| Method Summary | |
|---|---|
def
|
State(boolean finalState)
|
boolean
|
isFinalState()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
Task.State CANCELLED
Task.State DONE
Task.State FAILED
Task.State PENDING
Task.State STARTED
| Field Detail |
|---|
private final boolean finalState
| Method Detail |
|---|
def State(boolean finalState)
public boolean isFinalState()
Groovy Documentation