public abstract static class Task.ConditionalModal extends Task.Backgroundable
Task.Backgroundable, Task.ConditionalModal, Task.Modal, Task.NotificationInfo, Task.WithResult<T,E extends java.lang.Exception>myBackgroundOptionALWAYS_BACKGROUND, DEAF| Constructor and Description |
|---|
ConditionalModal(Project project,
java.lang.String title,
boolean canBeCancelled,
PerformInBackgroundOption backgroundOption) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConditionalModal() |
isModal, processSentToBackground, shouldStartInBackgroundasBackgroundable, asModal, getCancelText, getCancelTooltipText, getNotificationInfo, getProject, getTitle, isCancellable, isHeadless, notifyFinished, onCancel, onError, onFinished, onSuccess, onThrowable, queue, setCancelText, setCancelTooltipText, setTitle, whereToRunCallbacksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic ConditionalModal(Project project, java.lang.String title, boolean canBeCancelled, PerformInBackgroundOption backgroundOption)
public final boolean isConditionalModal()
isConditionalModal in class Task.Backgroundable