/AWS1/CL_SWFTIMERFIREDEVTATTRS¶
Provides the details of the TimerFired
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_timerid
TYPE /AWS1/SWFTIMERID
/AWS1/SWFTIMERID
¶
The unique ID of the timer that fired.
iv_startedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Queryable Attributes¶
timerId¶
The unique ID of the timer that fired.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMERID() |
Getter for TIMERID, with configurable default |
ASK_TIMERID() |
Getter for TIMERID w/ exceptions if field has no value |
HAS_TIMERID() |
Determine if TIMERID has a value |
startedEventId¶
The ID of the
TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDEVENTID() |
Getter for STARTEDEVENTID |