Class ScriptAction
java.lang.Object
com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelper
com.inductiveautomation.perspective.gateway.action.ScriptAction
- All Implemented Interfaces:
- Action
Action which runs a python script when an event occurs.
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpersignature
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.gateway.script.ScriptFunctionHelpergetSecurityLevels, invoke, invoke, logWarn, onScriptLibraryChange, py2qualified
- 
Field Details- 
SCRIPT_KEY- See Also:
 
- 
FACTORY
 
- 
- 
Constructor Details- 
ScriptAction
 
- 
- 
Method Details- 
startuppublic void startup()
- 
shutdownpublic void shutdown()
- 
getLog- Overrides:
- getLogin class- ScriptFunctionHelper
 
- 
getDescriptionDescription copied from class:ScriptFunctionHelperDescribe the location/context of this script. Used for error messages- Overrides:
- getDescriptionin class- ScriptFunctionHelper
 
- 
getTagReferencePath- Specified by:
- getTagReferencePathin class- ScriptFunctionHelper
 
- 
getComponent- Specified by:
- getComponentin class- ScriptFunctionHelper
 
- 
runActionpublic void runAction(org.python.core.PyObject event) 
 
-