orx
Toggle table of contents
0.5.0-dev.22+e9b14a6
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-axidraw
/
org.openrndr.extra.axidraw
/
ExecutionResult
Execution
Result
data
class
ExecutionResult
(
val
errorCode
:
Int
,
val
output
:
String
)
(
source
)
Data class containing the output text and error code resulting from executing command line programs.
Members
Constructors
Execution
Result
Link copied to clipboard
constructor
(
errorCode
:
Int
,
output
:
String
)
Properties
error
Code
Link copied to clipboard
val
errorCode
:
Int
output
Link copied to clipboard
val
output
:
String