Package jadx.gui.jobs

Class ExportTask

    • Constructor Detail

    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • scheduleTasks

        public jadx.api.utils.tasks.ITaskExecutor scheduleTasks()
      • onFinish

        public void onFinish​(ITaskInfo taskInfo)
        Description copied from interface: IBackgroundTask
        Executed on the Event Dispatch Thread after the all jobs finished.
      • timeLimit

        public int timeLimit()
        Description copied from interface: IBackgroundTask
        Global (for all jobs) time limit in milliseconds (0 - to disable).
      • checkMemoryUsage

        public boolean checkMemoryUsage()
        Description copied from interface: IBackgroundTask
        Executor will check memory usage on every tick and cancel job if no free memory available.