Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-actions-exec
/
actions.exec
/
ToolRunner
Tool
Runner
external
class
ToolRunner
(
source
)
Members
Constructors
Tool
Runner
Link copied to clipboard
constructor
(
toolPath
:
String
,
args
:
<Error class: unknown class>
<
String
>
=
definedExternally
,
options
:
ExecOptions
=
definedExternally
)
Functions
exec
Link copied to clipboard
fun
exec
(
)
:
<Error class: unknown class>
<
Number
>
Exec a tool. Output will be streamed to the live console. Returns promise with return code