ExecutableProcess

Inherits from:AbstractProcess
  • Version: 1.0
  • Author: Martin Heidegger
  • Classpath: org.as2lib.app.exec.ExecutableProcess
  • File last modified: Sunday, 22 May 2005, 19:23:28
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.

Constructor

ExecutableProcess

function ExecutableProcess (
executable:Executable, args:Array)
Creates a new ExecutableProcess.
Parameters:
executable:
Executeable to be executed on process start.