Difference between revisions of "CLEAR EVENTS"

From Lianjapedia
Jump to: navigation, search
(Description)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Stops event processing started with READ EVENTS
+
Stops event processing started with READ EVENTS or WAIT EVENTS
  
 
==Syntax==
 
==Syntax==
Line 9: Line 9:
  
 
==Description==
 
==Description==
The CLEAR EVENTS command stops event processing started with READ EVENTS.
+
The CLEAR EVENTS command stops event processing started with READ EVENTS or WAIT EVENTS
  
Note: There is an implicit READ EVENTS when a FORM is executing to ensure that the objects/classes in the form remain in scope.  The Form window must be closed or the CLEAR EVENTS command issued to continue processing subsequent commands. The READ EVENTS command itself is not currently supported.
+
Note: There is an implicit READ EVENTS when a FORM is executing to ensure that the objects/classes in the form remain in scope.  The Form window must be closed or the CLEAR EVENTS command issued to continue processing subsequent commands. .
  
 
==Example==
 
==Example==

Latest revision as of 04:40, 17 October 2021

Purpose

Stops event processing started with READ EVENTS or WAIT EVENTS

Syntax

CLEAR EVENTS

See Also

CLEAR, CLEAR ALL, CLEAR LOCKS, CLEAR MEMORY, DO FORM

Description

The CLEAR EVENTS command stops event processing started with READ EVENTS or WAIT EVENTS

Note: There is an implicit READ EVENTS when a FORM is executing to ensure that the objects/classes in the form remain in scope. The Form window must be closed or the CLEAR EVENTS command issued to continue processing subsequent commands. .

Example

clear events