Package ghidra.util.worker
Class PriorityJob
- java.lang.Object
-
- ghidra.util.worker.Job
-
- ghidra.util.worker.PriorityJob
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PriorityJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
getID()
long
getPriority()
-
Methods inherited from class ghidra.util.worker.Job
cancel, getError, hasError, isCancelled, isCompleted, run, setCompleted, setError, setTaskMonitor
-
-