AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.shell
/
ShellEvent
Shell
Event
sealed
class
ShellEvent
(
source
)
Inheritors
Stdout
Stderr
Exit
Members
Types
Exit
Link copied to clipboard
data
class
Exit
(
val
result
:
ShellResult
)
:
ShellEvent
Stderr
Link copied to clipboard
data
class
Stderr
(
val
text
:
String
)
:
ShellEvent
Stdout
Link copied to clipboard
data
class
Stdout
(
val
text
:
String
)
:
ShellEvent