Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
CANCELATION | |
NONE | |
TIME_OUT | |
Process termination codes.
Definition at line 24 of file ProcTerminationCode.java.
org.sleuthkit.autopsy.ingest.ProcTerminationCode.CANCELATION |
Property name that indicates the process was canceled.
Definition at line 38 of file ProcTerminationCode.java.
Referenced by org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.shouldTerminateProcess(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator.shouldTerminateProcess().
org.sleuthkit.autopsy.ingest.ProcTerminationCode.NONE |
Property name that indicates the process was not terminated or canceled.
Definition at line 29 of file ProcTerminationCode.java.
Referenced by org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator.DataSourceIngestModuleProcessTerminator(), and org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.FileIngestModuleProcessTerminator().
org.sleuthkit.autopsy.ingest.ProcTerminationCode.TIME_OUT |
Property name that indicates the process was terminated due to exceeding maximum allowable run time.
Definition at line 34 of file ProcTerminationCode.java.
Referenced by org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.shouldTerminateProcess(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator.shouldTerminateProcess().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.