public static class DelayTrigger.Delay_Result
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
result
Deprecated.
The result when a delay trigger fires.
|
Constructor and Description |
---|
Delay_Result()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Clones a delay result.
|
java.lang.String |
toString()
Deprecated.
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.