ocean.sys.Process

Members

Classes

Process
class Process

The Process class is used to start external programs and communicate with them via their standard input, output and error streams.

ProcessCreateException
class ProcessCreateException

Exception thrown when the process cannot be created.

ProcessForkException
class ProcessForkException

Exception thrown when the parent process cannot be forked.

ProcessKillException
class ProcessKillException

Exception thrown when the process cannot be killed.

ProcessWaitException
class ProcessWaitException

Exception thrown when the parent process tries to wait on the child process and fails.

Enums

Redirect
enum Redirect

Redirect flags for processes. Defined outside process class to cut down on verbosity.

Functions

sleep
uint sleep(uint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Authors

Juan Jose Comellas <juanjo@comellas.com.ar>