|
|
|
|
|
<ManualEvent variable>.Close (Function) In french: <Variable SignalManuel>.Ferme Closes a synchronization event between several threads. Syntax <Event>: ManualEvent variable Name of a variable of type ManualEvent to close. Remarks - This function is equivalent to the following syntax of EventChange:
EventChange(<Event>, eventClose) - 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|