Interface ISynchronousProcess
-
- All Superinterfaces:
IProcess
- All Known Implementing Classes:
SynchronousProcess
public interface ISynchronousProcess extends IProcess
Defines the synchronous process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorOutput()Get the error outputjava.lang.StringgetOutput()Get the standard output-
Methods inherited from interface com.github.toolarium.system.command.process.IProcess
getExitValue, getPid, getStartTime, getSystemCommandGroupList, getTotalCpuDuration
-
-