ProcessResult
Contains the details of the executed process or command.
exitCode
exitCode() : int
Description
Gets the command completion code.
Return
( int )
The command completion code number.
getExitCode
getExitCode() : int
Return
( int )
getOutput
getOutput() : string
Description
Gets the content resulting from the execution of the command.
Return
( string )
The data obtained as a result of executing the command.
getOutputError
getOutputError() : string
Return
( string )
output
output() : string
Description
Gets the content resulting from the execution of the command.
Return
( string )
The data obtained as a result of executing the command.
outputError
outputError() : string
Description
Gets the content of errors generated by executing the command.
Return
( string )
The data obtained as a result of errors in the execution of the command.
toString
toString() : string
Description
Gets the content resulting from the execution of the command.
Return
( string )
The data obtained as a result of executing the command.