public interface PerformInBackgroundOption
| Modifier and Type | Field and Description |
|---|---|
static PerformInBackgroundOption |
ALWAYS_BACKGROUND |
static PerformInBackgroundOption |
DEAF
In this mode the corresponding
ProgressIndicator will be shown in progress dialog with "Background" button. |
| Modifier and Type | Method and Description |
|---|---|
default void |
processSentToBackground() |
boolean |
shouldStartInBackground() |
static final PerformInBackgroundOption DEAF
ProgressIndicator will be shown in progress dialog with "Background" button.
Users may send the task to background.static final PerformInBackgroundOption ALWAYS_BACKGROUND