korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-vfs
/
korlibs.io.file
/
VfsFile
/
ProcessResult
Process
Result
data
class
ProcessResult
(
val
exitCode
:
Int
,
val
stdout
:
String
,
val
stderr
:
String
)
Members
Constructors
Process
Result
Link copied to clipboard
constructor
(
exitCode
:
Int
,
stdout
:
String
,
stderr
:
String
)
Properties
exit
Code
Link copied to clipboard
val
exitCode
:
Int
stderr
Link copied to clipboard
val
stderr
:
String
stdout
Link copied to clipboard
val
stdout
:
String