Process
(gb)
This
class is used for managing processes launched by the
EXEC
or
SHELL instructions.
As this class is a
stream, you can use input/output
instructions to read the process standard output or write to its standard input.
To read the process error output, you must use the
Error event.
Symbols
This class inherits
Stream.
This class is not creatable.
 |
If you need to send a CTRL+D to a running process, as if you have run it in a shell, just close the Process stream.
|