ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent
Jump to navigation
Jump to search
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