orx
Toggle table of contents
0.5.1-dev.5+94782ce
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-python
/
org.openrndr.extra.python
/
ExecutionResult
Execution
Result
class
ExecutionResult
(
val
errorCode
:
Int
,
val
output
:
String
,
val
error
:
String
)
(
source
)
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
,
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
error
Code
Link copied to clipboard
val
errorCode
:
Int
output
Link copied to clipboard
val
output
:
String