Package jadx.gui.jobs
Interface Cancelable
-
- All Known Subinterfaces:
IBackgroundTask
- All Known Implementing Classes:
CancelableBackgroundTask,DecompileTask,ExportTask,SearchTask,SimpleTask,TaskWithExtraOnFinish
public interface Cancelable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidcancel()default intgetCancelTimeoutMS()default intgetShutdownTimeoutMS()booleanisCanceled()
-