Class TimerKey
java.lang.Object
com.inductiveautomation.ignition.common.script.TimerKey
- All Implemented Interfaces:
 Comparable<TimerKey>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanlonggetDelay()getName()inthashCode()booleanbooleanbooleanvoidsetDelay(long l) voidsetEnabled(boolean b) voidsetFixedDelay(boolean b) voidvoidsetSharedThread(boolean b) toString() 
- 
Constructor Details
- 
TimerKey
public TimerKey() - 
TimerKey
 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<TimerKey>
 - 
getDelay
public long getDelay() - 
isFixedDelay
public boolean isFixedDelay() - 
getName
 - 
setDelay
public void setDelay(long l)  - 
setFixedDelay
public void setFixedDelay(boolean b)  - 
setName
 - 
isEnabled
public boolean isEnabled() - 
setEnabled
public void setEnabled(boolean b)  
 -