@Scriptable public final class GlobalTimerWorkflowEvent extends 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(String p_strTimerGuid) |
Modifier and Type | Method and Description |
---|---|
String |
getTimerGuid()
Get the GUID of the timer that created this event.
|
String |
toString() |
public GlobalTimerWorkflowEvent(String p_strTimerGuid)
p_strTimerGuid
- The GUID of the timer that creates this event.public String getTimerGuid()
ITimerWorkflowEvent
getTimerGuid
in interface ITimerWorkflowEvent