Titanium.Process

Properties

SIGABRT
Process.SIGABRT Property
SIGALRM
Process.SIGALRM Property
SIGBUS
Process.SIGBUS Property
SIGCHLD
Process.SIGCHLD Property
SIGEMT
Process.SIGEMT Property
SIGFPE
Process.SIGFPE Property
SIGHUP
Process.SIGHUP Property
SIGILL
Process.SIGILL Property
SIGINFO
Process.SIGINFO Property
SIGINT
Process.SIGINT Property
SIGIO
Process.SIGIO Property
SIGKILL
Process.SIGKILL Property
SIGPIPE
Process.SIGPIPE Property
SIGPROF
Process.SIGPROF Property
SIGQUIT
Process.SIGQUIT Property
SIGSEGV
Process.SIGSEGV Property
SIGSTOP
Process.SIGSTOP Property
SIGSYS
Process.SIGSYS Property
SIGTERM
Process.SIGTERM Property
SIGTRAP
Process.SIGTRAP Property
SIGTSTP
Process.SIGTSTP Property
SIGTTIN
Process.SIGTTIN Property
SIGTTOU
Process.SIGTTOU Property
SIGURG
Process.SIGURG Property
SIGUSR1
Process.SIGUSR1 Property
SIGUSR2
Process.SIGUSR2 Property
SIGVTALRM
Process.SIGVTALRM Property
SIGWINCH
Process.SIGWINCH Property
SIGXCPU
Process.SIGXCPU Property
SIGXFSZ
Process.SIGXFSZ Property

Methods

createPipe ( )
Create an pipe for attach to/from any number of processes.
createProcess ( )
Create a Process object. There are two main ways to use this function: With an options object (preferred): Titanium.Process.createProcess({args: ['mycmd', 'arg1', 'arg2'], env: {'PATH': '/something'}, stdin: pipeIn, stdout: pipeOut, stderr: pipeErr}); OR Titanium.Process.createProcess(args[, environment, stdin, stdout, stderr]);
launch ( command, arguments )
This method is deprecated. See Process.Process.createProcess()

Objects

Pipe
Process.Pipe Object
Process
Process.Process Object
Last Modified on July 7, 2009, 05:07 AM by Jeff Haynie Edit | History