|
|
|
|
|
EventClose (Function) In french: SignalFerme 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) - Case of automatic signal: Signal remains closed.
New threads If more threads arrive, they are put on hold. - Case of a manual signal: Signal closes.
New threads If more threads arrive, they are put on hold.
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|