@Scriptable public final class FreeTimerWorkflowEvent extends java.lang.Object implements IFreeTimerWorkflowEvent
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
Constructor and Description |
---|
FreeTimerWorkflowEvent(java.lang.String p_strTimerGuid) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTimerGuid()
Get the GUID of the timer that created this event.
|
java.lang.String |
toString() |
public FreeTimerWorkflowEvent(java.lang.String p_strTimerGuid)
p_strTimerGuid
- The GUID of the timer action that created this event.public java.lang.String getTimerGuid()
ITimerWorkflowEvent
getTimerGuid
in interface ITimerWorkflowEvent
public java.lang.String toString()
toString
in class java.lang.Object