Logic Event
The logic event allows you to apply logic arguments to multiple update events. Three logical expressions are available: AND, OR, and XOR.
Logic Event Properties
- Enabled
- Specifies whether the update event is active or not.
- Evaluated Status
- Displays the current status
of event evaluation (read-only). The possible status are:
- Satisfied: Indicates the update event has been satisfied.
- Unsatisfied: Indicates the update event is not satisfied.
- Unevaluated: Indicates the update event is currently not evaluated.
- Iteration
- Displays the iteration at which the event was last evaluated. This property is read only.
- Logic Operator
- Specifies which logic
argument to use for the event:
- AND: All of the events that you specify must be satisfied for the logic to be true.
- OR: Any one event must be satisfied for the logic to be true. If all events are satisfied, the logic is also true.
- XOR: Any odd number of events must be satisfied for the logic to be true.