Variables
isBlocking:Bool = true
Tells if an event is blocking. It means the event loop won't return from loop() until this event has been stopped.
isBlocking:Bool = trueTells if an event is blocking. It means the event loop won't return from loop() until this event has been stopped.