Home / comp / gb / process 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
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.

Static properties  Constants 
LastState  LastValue    Crashed  Running  Signaled  Stopped   

Properties  Methods  Events 
ByteOrder  EndOfFile  EndOfLine  Handle  Id  State  Tag  Value    Close  Kill  Signal  Wait    Error  Kill  Read   

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.