SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.command
/
CommandResult
Command
Result
data
class
CommandResult
(
val
exitCode
:
Int
,
val
output
:
CommandOutput
)
(
source
)
Members
Constructors
Command
Result
Link copied to clipboard
constructor
(
exitCode
:
Int
,
output
:
CommandOutput
)
Properties
exit
Code
Link copied to clipboard
val
exitCode
:
Int
output
Link copied to clipboard
val
output
:
CommandOutput