EKEYS

This function returns the names of all the events currently in use since the last startup of iWay Service Manager.

_EKEYS(filter)

Parameter

Type

Required/
Optional

Description

filter

String

Optional

Filters the names of the events. The comparison is case-insensitive. There is a simple query language which can be applied. The set between the brackets are reserved characters and cannot be escaped [&|!]. foo|bar will return events which contain foo or bar in their names. foo|!bar will return events which contain the string foo but not events which contain bar. foo&bar|!enable will return events which contain both foo and bar or any event not containing the string enable.

Note: The function signature has not changed since iWay Enable version 1.0. The query language implemented in the filter parameter is available since iWay Enable version1.1.


iWay Software