toggle menu
kotlin-process
1.5
jvm
switch theme
search in API
kotlin-process
/
com.github.pgreze.process
/
ProcessResult
Process
Result
data
class
ProcessResult
(
val
resultCode
:
Int
,
val
output
:
List
<
String
>
)
Members
Members & Extensions
Constructors
Process
Result
Link copied to clipboard
constructor
(
resultCode
:
Int
,
output
:
List
<
String
>
)
Properties
output
Link copied to clipboard
val
output
:
List
<
String
>
result
Code
Link copied to clipboard
val
resultCode
:
Int
Functions
unwrap
Link copied to clipboard
fun
ProcessResult
.
unwrap
(
)
:
List
<
String
>
Ensure a
process
call always conclude correctly.