Class TimerKey
java.lang.Object
com.inductiveautomation.ignition.common.script.TimerKey
- All Implemented Interfaces:
- Comparable<TimerKey>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbooleanlonggetDelay()getName()inthashCode()booleanbooleanbooleanvoidsetDelay(long l) voidsetEnabled(boolean b) voidsetFixedDelay(boolean b) voidvoidsetSharedThread(boolean b) toString()
- 
Constructor Details- 
TimerKeypublic TimerKey()
- 
TimerKey
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
compareTo- Specified by:
- compareToin interface- Comparable<TimerKey>
 
- 
getDelaypublic long getDelay()
- 
isFixedDelaypublic boolean isFixedDelay()
- 
getName
- 
setDelaypublic void setDelay(long l) 
- 
setFixedDelaypublic void setFixedDelay(boolean b) 
- 
setName
- 
isEnabledpublic boolean isEnabled()
- 
setEnabledpublic void setEnabled(boolean b) 
 
-