Difference between revisions of "Extensions.EventHandling.IsTimerExpiredEvent"
Jump to navigation
Jump to search
(Created page with "Category:EventHandling == Classification == {{ClassificationActivity | IsTimerExpiredEvent | Checks whether an event comes '''TimerExpiredEventSource''' | Term | Eve...") |
(No difference)
|
Revision as of 08:15, 31 July 2014
Contents
Classification
Name | IsTimerExpiredEvent |
Short Description | Checks whether an event comes TimerExpiredEventSource |
Class | Term |
Extension | OTX EventHandling extension |
Group | Event source property related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Boolean IsTimerExpiredEvent(Event myEvent);
Description
The OTX IsTimerExpiredEvent term is TRUE back when the event if and only from TimerExpiredEventSource comes.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Boolean | Returns TRUE if the event comes from a TimerExpiredEventSource. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Event | Event | Term | - | [1] | The event, whose type is checked. |
Examples
Boolean result = IsTimerExpiredEvent(myEvent);