NUMBER_EVENTS

NUMBER_EVENTS

RETURNS THE NUMBER OF WAITING EVENTS

  • Type: System Variable
  • Parameter: 0
  • Group: Events

ACTION

The system variable NUMBER_EVENTS returns the number of events in the event waiting list.

SYNTAX: NUMBER_EVENTS in an expression

USE

  • The system variable NUMBER_EVENTS is used to know the number of events waiting to be processed.

ERROR

  • None.

EXAMPLE

print number_events

SEE ALSO

-