Main.eventsPending

Checks if any events are pending. This can be used to update the GUI and invoke timeouts etc. while doing some time intensive computation.

class Main
static
int
eventsPending
()

Return Value

Type: int

TRUE if any events are pending, FALSE otherwise.

Meta