Check Bool All False
Tests whether all bool variables in a collection are False.
Parameters
| Parameter | Description |
|---|---|
| Bool Variables | The bool variables to test. |
| True Event | Sent when all values are false. |
| False Event | Sent when one or more values are true. |
| Store Result | Optional bool to store the test result. |
Example
Use this to verify that no conditions are active.
- Add the bools you want to check to Bool Variables.
- Set True Event to
AllClear. - Set False Event to
ActiveFound.