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