|
Object | runScript (List< Object > args) throws Exception |
|
Provides a skeleton-code structure for kotlin scripts so that arguments can be passed to them.
Definition at line 8 of file KotlinScriptSkeleton.java.
◆ runScript()
Object com.neuronrobotics.bowlerstudio.scripting.KotlinScriptSkeleton.runScript |
( |
List< Object > |
args | ) |
throws Exception |
Run the script with the arguments.
- Parameters
-
args | The arguments. Can be null. Can contain nulls. |
- Returns
- The result. Can be null.
- Exceptions
-
Exception | Any exceptions while running the script. |
The documentation for this interface was generated from the following file: