getEventList

Syntax

<Path>.getEventList(MaximumNumberOfEvents:integer) → table

The method getEventList returns the List of scheduled events of the EventController designated by <Path>.

Parameter

The parameter MaximumNumberOfEvents of data type integer designates the maximum number of events, which the EventController writes to the data table.

Enter getEventList(-1) to write all events to the data table. The event list provides the columns Type, Time, Receiver, Sender, Insertion Time, and Parameters.

Return Value

The return value has the data type table.

Example

TableVariable := EventController.getEventList(-1)