NextEventTime
sys.thread.NextEventTime (Enum)
When an event loop has an available event to execute.
Constructors
Now
Now
There's already an event waiting to be executed
Never
Never
No new events are expected.
AnyTime
AnyTime(time: Null<Float>)
Parameters:
Name | Type |
---|---|
time |
Null<Float> |
An event is expected to arrive at any time.
If time
is specified, then the event will be ready at that time for sure.
At
At(time: Float)
Parameters:
Name | Type |
---|---|
time |
Float |
An event is expected to be ready for execution at time
.