Class AlarmEventScript
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.scripts.AbstractTagScript
com.inductiveautomation.ignition.common.sqltags.scripts.AlarmEventScript
- All Implemented Interfaces:
CompiledTagScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.python.core.PyObject[]
buildArgumentsFor
(Tag source, TagPath sourcePath, Object[] parameters, boolean overflow) Should return an array of pyobjects that will be used as arguments to the function.getId()
The identifier for the script, usually indicating what event it responds to.protected boolean
Methods inherited from class com.inductiveautomation.ignition.common.sqltags.scripts.AbstractTagScript
invoke, isErrored, setErrored
-
Constructor Details
-
AlarmEventScript
-
-
Method Details
-
getId
Description copied from interface:CompiledTagScript
The identifier for the script, usually indicating what event it responds to. -
isAckEvent
protected boolean isAckEvent() -
buildArgumentsFor
protected org.python.core.PyObject[] buildArgumentsFor(Tag source, TagPath sourcePath, Object[] parameters, boolean overflow) Description copied from class:AbstractTagScript
Should return an array of pyobjects that will be used as arguments to the function.- Specified by:
buildArgumentsFor
in classAbstractTagScript
-