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
/
ShellResult
Shell
Result
data
class
ShellResult
(
val
exitCode
:
Int
,
val
timeout
:
Boolean
,
val
duration
:
Duration
)
(
source
)
Members
Constructors
Shell
Result
Link copied to clipboard
constructor
(
exitCode
:
Int
,
timeout
:
Boolean
,
duration
:
Duration
)
Properties
duration
Link copied to clipboard
val
duration
:
Duration
exit
Code
Link copied to clipboard
val
exitCode
:
Int
timeout
Link copied to clipboard
val
timeout
:
Boolean