Closes a synchronization event between several threads.
Syntax
<Event>: Character string, or AutomaticEvent or ManualEvent variable
Name of the event to close. This name can correspond to:
Remarks
- This function is equivalent to the following syntax of EventChange:
EventChange(<Event>, eventClose)
- For an automatic event: The event remains closed.
New threads: The new threads are added to the pending queue. - For a manual event: The event is closed.
New threads: The new threads are added to the pending queue.
Business / UI classification: Neutral code