<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Process
 (gb)</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb%3Fen">Up</a>&nbsp;&nbsp;
<a href="param/_next%3Fen">Previous</a>&nbsp;&nbsp;
<a href="process/_error%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Process
 (gb)</h1>
This class is used for managing processes launched by the <a href="../../lang/exec%3Fen">EXEC</a>
or <a href="../../lang/shell%3Fen">SHELL</a> instructions.
<p>
As this class is a <a href="../../def/stream%3Fen">stream</a>, you can use input/output
instructions to read the process standard output or write to its standard input.
<p>
To read the process error output, you must use the <a href="process/_error%3Fen">Error</a> event.
<p>
Please see <a href="object/attach%3Fen">Attach</a> for information about connecting process events to your class.
<p>
<div class="black"><font color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class inherits <a href="stream%3Fen">Stream</a>.<hr>
This class is not creatable.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Constants</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a href="process/crashed%3Fen">Crashed</a></b>&nbsp;&nbsp; <b><a href="process/running%3Fen">Running</a></b>&nbsp;&nbsp; <b><a href="process/stopped%3Fen">Stopped</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
<td align=left><b>Events</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a href="stream/byteorder%3Fen">ByteOrder</a>&nbsp;&nbsp; <a href="stream/endofline%3Fen">EndOfLine</a>&nbsp;&nbsp; <a href="process/handle%3Fen">Handle</a>&nbsp;&nbsp; <a href="process/id%3Fen">Id</a>&nbsp;&nbsp; <a href="process/state%3Fen">State</a>&nbsp;&nbsp; <a href="process/value%3Fen">Value</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="process/kill%3Fen">Kill</a>&nbsp;&nbsp; <a href="process/signal%3Fen">Signal</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="process/_error%3Fen">Error</a>&nbsp;&nbsp; <a href="process/_kill%3Fen">Kill</a>&nbsp;&nbsp; <a href="process/_read%3Fen">Read</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
<hr>
</body>
</html>

