kdriver
Toggle table of contents
0.2.5
common
js
jvm
Platform filter
common
js
jvm
Switch theme
Search in API
kdriver
core
/
dev.kdriver.core.utils
/
Process
Process
common
js
jvm
expect
abstract
class
Process
actual
abstract
class
Process
actual
typealias
Process
=
java.lang.Process
Members
Constructors
Process
Link copied to clipboard
js
constructor
(
)
Functions
destroy
Link copied to clipboard
common
js
expect
abstract
fun
destroy
(
)
actual
abstract
fun
destroy
(
)
is
Alive
Link copied to clipboard
common
js
expect
fun
isAlive
(
)
:
Boolean
actual
fun
isAlive
(
)
:
Boolean
pid
Link copied to clipboard
common
js
expect
fun
pid
(
)
:
Long
actual
fun
pid
(
)
:
Long