Description
Logical operations for defining the deviation that initiates an approval template.
Members
Member | Value | Description |
---|---|---|
opcodeUndefined | 0 | Undefined deviation. |
opcodeGreaterThan | 1 | Value was greater then limit. |
opcodeGreaterOrEqual | 2 | Value was greater then or equal to limit. |
opcodeLessThan | 3 | Value was less then limit. |
opcodeLessOrEqual | 4 | Value was less or equal then limit. |
opcodeEqual | 5 | Value was equal to limit. |
opcodeDoesNotEqual | 6 | Value was not equal to limit. |
opcodeInRange | 7 | Value was within limitions range. |
opcodeNotInRange | 8 | Value was outside limitions range. |