The following ECS subroutines reset ESL response inquiry built-in functions:
•EcsWatchAndWait
•EcsSetEmulatorWindow
•EcsEmulate
•EcsEmulateAndWatch
The following subroutines reset the built-in function if AutoWait is set:
•EcsPressKey
•EcsEnterString
•EcsPressENTER
For example:
response to X_Key
# This sequence will not make desired object
# green, because "object" was reset by
# EcsPressENTER subroutine.
call EcsPressENTER()
make object green