toggle menu
Feather
0.5
jvm
switch theme
search in API
feather-runtime
/
uk.co.nickthecoder.feather.runtime.command
/
CommandResult
Command
Result
open
class
CommandResult
Members
Constructors
Command
Result
Link copied to clipboard
constructor
(
commandLine
:
String
,
process
:
Process
,
state
:
Int
,
exitStatus
:
Int
,
out
:
String
,
err
:
String
)
Properties
command
Line
Link copied to clipboard
val
commandLine
:
String
err
Link copied to clipboard
val
err
:
String
exit
Status
Link copied to clipboard
val
exitStatus
:
Int
out
Link copied to clipboard
val
out
:
String
process
Link copied to clipboard
val
process
:
Process
state
Link copied to clipboard
val
state
:
Int
STATE_FAILED
Link copied to clipboard
val
STATE_FAILED
:
Int
=
1
STATE_FINISHED
Link copied to clipboard
val
STATE_FINISHED
:
Int
=
2
STATE_INTERRUPTED
Link copied to clipboard
val
STATE_INTERRUPTED
:
Int
=
2
Functions
ok
Link copied to clipboard
open
fun
ok
(
)
:
Boolean