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
As Executables have no response features this is a wrapper for using any executable as process.
Summary
Constructor
Event handlers
Event handlers inherited from AbstractProcess
Constructor
ExecutableProcess
function ExecutableProcess (
executable:Executable,
args:Array)
Creates a new ExecutableProcess.
Parameters:
executable:
Executeable to be executed on process start.
Overrides: