The Data Model Boolean Toggle or Boolean Latch is a node that can be pulsed to toggle a Data Model Boolean between true and false.
Inputs
Set (ISyncOperation)
Set the state to True.
Reset (ISyncOperation)
Set the state to False.
Toggle (ISyncOperation)
Toggle the state to the opposite state.
Outputs
OnSet (Continuation)
Fires when Set is pulsed.
OnReset (Continuation)
Fires when False is pulsed.
* (bool)
The current state.