Difference between revisions of "ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent"
Jump to navigation
Jump to search
(Created page with "Category:EventPlus == Classification == {{ClassificationActivity | IsDeepMonitorChangeEvent | Checks on the DeepMonitorChange-Event | Term | EventPlus|OTX EventPlus...") |
m (Hb moved page IsDeepMonitorChangeEvent to ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent: #3153) |
(No difference)
|
Revision as of 09:44, 16 February 2016
Contents
Classification
Name | IsDeepMonitorChangeEvent |
Short Description | Checks on the DeepMonitorChange-Event |
Class | Term |
Extension | OTX EventPlus Extension |
Group | - |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | No |
Pseudo-Code Syntax
Value IsDeepMonitorChangeEvent(Event);
Description
The IsDeepMonitorChangeEvent term has the same behavior like IsMonitorChangeEvent only for ByteField, List and Map.
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 of a DeepMonitorChangeEventSource comes. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Event | Event | Term | - | [1] | The event, whose type is checked. |
Variable | - | Variable | - | [0..1] | It is checked if the optional variable is the reason for the event. |
Examples
Boolean result = IsDeepMonitorChangeEvent(myEvent);
See also
DeepMonitorChangeEventSource
GetDeepChangedIndex
GetDeepNewValue
IsSizeChangedLength