CalculatorCheck

Check data value.

CalculatorCheck

Properties

Property Name Description
Abort Flags Abort Flags.
Self
Abort self, and any sub-trees running under this node.
Lower Priority
Abort any nodes with lower priority than this node.
Logical Condition Logical operation method of condition check result
Field NameDescription
Logical OperationLogical operation
And
AND
Or
OR
Not OpNOT operation flag
Condition List Set the judgment condition.
  • + Button Add condition.
Field NameDescription
Logical ConditionLogical operation of condition
Field NameDescription
Logical OperationLogical operation
And
AND
Or
OR
Not OpNOT operation flag
Compare TypeCompare type
Equals
Value1 == Value2
Not Equals
Value1 != Value2
Greater
Value1 > Value2
Greater Or Equals
Value1 >= Value2
Less
Value1 < Value2
Less Or Equals
Value1 <= Value2
Value 1Value to compare
Value 2Value to compare