Go to the documentation of this file.
19package org.sleuthkit.autopsy.ingest;
21import org.sleuthkit.autopsy.coreutils.ExecUtil;
22import org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator;
66 if (useGlobalTimeOut) {
79 if (this.timedTerminator !=
null && this.timedTerminator.shouldTerminateProcess()) {
93 return this.terminationCode;
ExecUtil.TimedProcessTerminator timedTerminator
ProcTerminationCode getTerminationCode()
FileIngestModuleProcessTerminator(IngestJobContext context)
FileIngestModuleProcessTerminator(IngestJobContext context, long maxRunTimeInSeconds)
boolean shouldTerminateProcess()
FileIngestModuleProcessTerminator(IngestJobContext context, boolean useGlobalTimeOut)
final IngestJobContext context
ProcTerminationCode terminationCode
boolean fileIngestIsCancelled()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.