alias Extractor::PluginList::Options
Alias Definition
LibExtractor::Options
Defined in:
extractor/plugin_list.crConstant Summary
-
DEFAULT_POLICY =
0
-
Run plugin out-of-process, starting the process once the plugin is to be run. If a plugin crashes, automatically restart the respective process for the same file and try once more (since the crash may be caused by the previous file). If the process crashes immediately again, it is not restarted until the next file.
-
DISABLED =
3
-
Internal value for plugins that have been disabled.
-
IN_PROCESS =
2
-
Run plugins in-process. Unsafe, not recommended, can be nice for debugging.
-
OUT_OF_PROCESS_NO_RESTART =
1
-
Deprecated option. Ignored.