BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.bowlerstudio.scripting.KotlinScriptSkeleton Interface Reference

Public Member Functions

Object runScript (List< Object > args) throws Exception
 

Detailed Description

Provides a skeleton-code structure for kotlin scripts so that arguments can be passed to them.

Definition at line 8 of file KotlinScriptSkeleton.java.

Member Function Documentation

◆ runScript()

Object com.neuronrobotics.bowlerstudio.scripting.KotlinScriptSkeleton.runScript ( List< Object >  args) throws Exception

Run the script with the arguments.

Parameters
argsThe arguments. Can be null. Can contain nulls.
Returns
The result. Can be null.
Exceptions
ExceptionAny exceptions while running the script.

The documentation for this interface was generated from the following file: