public static class TimerTrigger.Timer_Result
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
result
The result when a timer trigger fires.
|
Constructor and Description |
---|
Timer_Result() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones a timer result.
|
java.lang.String |
toString()
Returns a readable version of this object.
|
public boolean result
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- Should never be thrown.© 2000-2025 Flux Corporation. All rights reserved.