Pipe object

Pipe object does not have any properties

Method Description Return value
Pipe.constructor() Pipe object constructor Pipe
Pipe:close() Close the associated process -
Pipe:write() Write data to the pipe (towards associated process input stream) -
Pipe:read() Read data asynchronously from the pipe (from associated process output stream) Task
Pipe:readerror() Read error data asynchronously from the pipe (from associated process error stream) Task