TaskMonitor

Package: ghidra.util.task
Type: class

10.4_PUBLIC

addedmethod: increment
void increment() throws CancelledException
addedmethod: increment
void increment(long incrementAmount) throws CancelledException
addedmethod: incrementProgress
void incrementProgress()
addedmethod: initialize
void initialize(long max, java.lang.String message)

10.3_PUBLIC

addedmethod: checkCancelled
void checkCancelled() throws CancelledException
addedmethod: clearCancelled
void clearCancelled()

9.2.3_PUBLIC

addedmethod: dummyIfNull
static ghidra.util.task.TaskMonitor dummyIfNull(ghidra.util.task.TaskMonitor tm)

9.1_PUBLIC

addedmethod: getMessage
java.lang.String getMessage()
addedmethod: isIndeterminate
boolean isIndeterminate()
removedmethod: addIssueListener
void addIssueListener(ghidra.util.task.IssueListener listener)
removedmethod: removeIssueListener
void removeIssueListener(ghidra.util.task.IssueListener listener)
removedmethod: reportIssue
void reportIssue(ghidra.util.Issue issue)

9.0.2_PUBLIC

introducedInitial version