Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.ExecUtil.InterruptedThreadProcessTerminator Class Reference

Inherits org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.

Public Member Functions

boolean shouldTerminateProcess ()
 

Detailed Description

A process terminator that can be used to kill a process spawned by a thread that has been interrupted.

Definition at line 66 of file ExecUtil.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.coreutils.ExecUtil.InterruptedThreadProcessTerminator.shouldTerminateProcess ( )

Decides whether or not to terminate a process being run by a ExcUtil.execute() methods.

Returns
True or false.

Implements org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.

Definition at line 69 of file ExecUtil.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.