Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Task< X >.
Public Member Functions | |
abstract ReadOnlyBooleanProperty | cancellableProperty () |
synchronized boolean | isCancelRequested () |
synchronized boolean | requestCancel () |
Private Attributes | |
boolean | cancelRequested |
An extension of Task that allows a client to request cancellation, with out the Task entering the cancelled state immediately. This allows the task to continue to report progress of eg its cleanup operations. Implementations should use the isCancelRequested() method to check for cancellation and call cancel() before returning from the call() method.
Definition at line 31 of file CancellationProgressTask.java.
|
abstract |
synchronized boolean org.sleuthkit.autopsy.timeline.CancellationProgressTask< X >.isCancelRequested | ( | ) |
Definition at line 35 of file CancellationProgressTask.java.
synchronized boolean org.sleuthkit.autopsy.timeline.CancellationProgressTask< X >.requestCancel | ( | ) |
Definition at line 39 of file CancellationProgressTask.java.
|
private |
Definition at line 33 of file CancellationProgressTask.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.