Available on all platforms
@:value(true)isBlocking:Bool = true
Tells if the event can lock the process from exiting (default:true)
read onlynextRun:Float
read onlypriority:Int
inlinecall():Void
Call the event. Will do nothing if the event has been stopped.
delay(t:Null<Float>):Void
Delay the execution of the event for the given time, in seconds. If t is null, the event will be run at tick() time.
stop():Void
Stop the event from firing anymore.