toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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