@Scriptable public final class GlobalTimerWorkflowEvent extends java.lang.Object implements IGlobalTimerWorkflowEvent
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
Constructor and Description |
---|
GlobalTimerWorkflowEvent(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 GlobalTimerWorkflowEvent(java.lang.String p_strTimerGuid)
p_strTimerGuid
- The GUID of the timer that creates this event.public java.lang.String getTimerGuid()
ITimerWorkflowEvent
getTimerGuid
in interface ITimerWorkflowEvent
public java.lang.String toString()
toString
in class java.lang.Object