This module provides facilities to spawn and manipulate processes.
Process
→
method launch(<string:path>, <object:args>, <string:tmode>, <object:env>) -> ProcessObject:result
Sorry, documentation isn't yet available for this method.
→
method exec(<string:path>, , ) -> object:result
Sorry, documentation isn't yet available for this method.
ProcessObject
→
method close()
Sorry, documentation isn't yet available for this method.
→
method open() -> bool:result
Sorry, documentation isn't yet available for this method.
→
method read(<integer:maxlen>) -> object:result
Sorry, documentation isn't yet available for this method.
→
method readAllStandardError() -> object:result
Sorry, documentation isn't yet available for this method.
→
method readAllStandardOutput() -> object:result
Sorry, documentation isn't yet available for this method.
→
method atEnd() -> bool:result
Sorry, documentation isn't yet available for this method.
→
method waitForStarted() -> bool:result
Sorry, documentation isn't yet available for this method.
→
method waitForReadyRead() -> bool:result
Sorry, documentation isn't yet available for this method.
→
method closeWriteChannel()
Sorry, documentation isn't yet available for this method.
→
method write(<object:data>) -> integer:result
Sorry, documentation isn't yet available for this method.
→
method bytesAvailable() -> integer:result
Sorry, documentation isn't yet available for this method.
→
method waitForFinished() -> bool:result
Sorry, documentation isn't yet available for this method.
→
method processId() -> integer:result
Sorry, documentation isn't yet available for this method.