Utility Trace Function Barrier
constructor(traceFunction: UtilityTraceFunction, comparisonOperator: UtilityAttributeComparisonOperator, value: Any)
Creates a barrier that stops tracing when an UtilityTraceFunction compared to a value evaluates to true. The type of the numeric value is dependent on the UtilityNetworkAttributeDataType of the UtilityNetworkAttribute.
Since
200.1.0
Parameters
trace Function
The calculation to perform.
comparison Operator
The operator used for the comparison.
value
The value to compare against.