Class ScriptManager.ScriptFunctionImpl
- java.lang.Object
-
- com.inductiveautomation.ignition.common.script.ScriptManager.ScriptFunctionImpl
-
- All Implemented Interfaces:
ScriptFunction
- Enclosing class:
- ScriptManager
protected class ScriptManager.ScriptFunctionImpl extends java.lang.Object implements ScriptFunction
-
-
Constructor Summary
Constructors Constructor Description ScriptFunctionImpl(org.python.core.PyObject func)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.python.core.PyObject
invoke(org.python.core.PyObject... arguments)
Executes the compiled function against the source ScriptManger.
-
-
-
Method Detail
-
invoke
public org.python.core.PyObject invoke(org.python.core.PyObject... arguments) throws JythonExecException
Description copied from interface:ScriptFunction
Executes the compiled function against the source ScriptManger. Depending on the function definition, the return may be null.- Specified by:
invoke
in interfaceScriptFunction
- Throws:
JythonExecException
-
-