|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectgriffon.plugins.tasks.Task.Mode
public enum Task.Mode
| Enum Constant Summary | |
|---|---|
BACKGROUND
|
|
BLOCKING_APPLICATION
|
|
BLOCKING_WINDOW
|
|
SILENT
|
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
Task.Mode BACKGROUND
Task.Mode BLOCKING_APPLICATION
Task.Mode BLOCKING_WINDOW
Task.Mode SILENT
Groovy Documentation