Serve / Process
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:args], [object:env]) -> 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([QIODevice::OpenMode:mode]) -> 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([integer:msecs]) -> bool:result
Sorry, documentation isn't yet available for this method.
method waitForReadyRead([integer:msecs]) -> 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([integer:msecs]) -> bool:result
Sorry, documentation isn't yet available for this method.
method processId() -> integer:result
Sorry, documentation isn't yet available for this method.

Page generated in 2.779082ms.

Design based on Falkon design, which is in turn based on the Swift theme for Jekyll.

Highlight.js used in portfolio section for syntax highlighting.