Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.threadutils.TaskRetryUtil.Terminator Interface Reference

Inherited by org.sleuthkit.autopsy.modules.embeddedfileextractor.FileTaskExecutor.TaskTerminator.

Public Member Functions

boolean stopTaskAttempts ()
 

Detailed Description

A Terminator can be supplied to the attemptTask() utility. The utility will query the RetryTerminator before starting each task attempt

Definition at line 149 of file TaskRetryUtil.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.threadutils.TaskRetryUtil.Terminator.stopTaskAttempts ( )

Indicates whether or not the task should be abandoned with no further attempts.

Returns
True or false.

Implemented in org.sleuthkit.autopsy.modules.embeddedfileextractor.FileTaskExecutor.TaskTerminator.


The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.