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>
myBackgroundOption
ALWAYS_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, shouldStartInBackground
asBackgroundable, asModal, getCancelText, getCancelTooltipText, getNotificationInfo, getProject, getTitle, isCancellable, isHeadless, notifyFinished, onCancel, onError, onFinished, onSuccess, onThrowable, queue, setCancelText, setCancelTooltipText, setTitle, whereToRunCallbacks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public ConditionalModal(Project project, java.lang.String title, boolean canBeCancelled, PerformInBackgroundOption backgroundOption)
public final boolean isConditionalModal()
isConditionalModal
in class Task.Backgroundable