Uses of Class
org.openhab.core.model.script.engine.ScriptExecutionException
-
Uses of ScriptExecutionException in org.openhab.core.model.script.actions
Modifier and TypeMethodDescriptionstatic Object
ScriptExecution.callScript
(String scriptName) Calls a script which must be located in the configurations/scripts folder. -
Uses of ScriptExecutionException in org.openhab.core.model.script.engine
Modifier and TypeMethodDescriptionScript.execute()
Executes the script instance and returns the execution resultScript.execute
(org.eclipse.xtext.xbase.interpreter.IEvaluationContext evaluationContext) Executes the script instance with a given evaluation context and returns the execution resultScriptEngine.executeScript
(String scriptAsString) Executes a script that is passed as a string