ExecutableProcess
is a Wrapper for Executable's to be
executable as a Process.
As Executables have no response features this is a wrapper for using any executable as process.
public function ExecutableProcess(executable:Executable, args:Array)
Creates a new ExecutableProcess.
executable | Executeable to be executed on process start. |