<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<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>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb+en">Up</a>&nbsp;
<a href="param/_next+en">Previous</a>&nbsp;
<a href="process/_error+en">Next</a>&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+en">EXEC</a>
or <a href="../../lang/shell+en">SHELL</a> instructions.
<p>
As this class is a <a href="../../def/stream+en">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+en">Error</a> event.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class inherits <a href="stream+en">Stream</a>.<hr>
This class is not creatable.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Constants</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a class="none" href="process/laststate+en">LastState</a></b>&nbsp;&nbsp; <b><a class="none" href="process/lastvalue+en">LastValue</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><a class="none" href="process/crashed+en">Crashed</a></b>&nbsp;&nbsp; <b><a class="none" href="process/running+en">Running</a></b>&nbsp;&nbsp; <b><a class="none" href="process/signaled+en">Signaled</a></b>&nbsp;&nbsp; <b><a class="none" href="process/stopped+en">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 class="none" href="stream/byteorder+en">ByteOrder</a>&nbsp;&nbsp; <a class="none" href="stream/endofline+en">EndOfLine</a>&nbsp;&nbsp; <a class="none" href="process/handle+en">Handle</a>&nbsp;&nbsp; <a class="none" href="process/id+en">Id</a>&nbsp;&nbsp; <a class="none" href="process/state+en">State</a>&nbsp;&nbsp; <a class="none" href="process/tag+en">Tag</a>&nbsp;&nbsp; <a class="none" href="process/value+en">Value</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="stream/close+en">Close</a>&nbsp;&nbsp; <a class="none" href="process/kill+en">Kill</a>&nbsp;&nbsp; <a class="none" href="process/signal+en">Signal</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="process/_error+en">Error</a>&nbsp;&nbsp; <a class="none" href="process/_kill+en">Kill</a>&nbsp;&nbsp; <a class="none" href="process/_read+en">Read</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

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

