ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of the semaphore to create. This name will be used by all the functions for semaphore management.
Number of concurrent threads allowed in the protected section. This parameter is set to 1 by default.
Number of threads found in the section when creating the semaphore (0 by default).
Mode for sharing the semaphore:shareNoneThe semaphore is specific to the application. If SemaphoreDestroy is not called, the semaphore is destroyed at the end of the application. The semaphores are unique for the application that created them. They cannot be shared between several applications.shareGlobalThe semaphore is shared among all the applications found on the computer. This constant is not available.shareUser(default value)The semaphore is shared among all the applications of the session of the user who is running the application. This constant is not available.
Mode for sharing the semaphores
Last update: 03/01/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: