EDNA Plugin: EDPluginExecProcess

Name:EDPluginExecProcess
Project:kernel
Path:kernel/src/EDPluginExecProcess.py
Author:Marie-Francoise Incardona, Olof Svensson, Jérôme Kieffer
Date:
Copyright:European Synchrotron Radiation Facility, Grenoble, France
License:LGPLv3+
Module doc:
Class doc:The super class for all plugins that execute a process
This class manages the process to be launched:
- Process time out management (configurable by EDPlugin )
- Process executable to be invoked (configurable, Default 'cat')
- Process command line to be launched (Default: empty)
The ExecProcess plugin is required to have a configuration in order
to be executed in a plugin execution test case.