Function NnetSemSgn() Foundation
Signals a semaphore (Increments a semaphore's value).
NnetSemSgn( <nSemaphoreHandle> , ;
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> lSuccess
Returns .T. if the semaphore <nSemaphoreHandle> is signaled.
NnetSemSig() is usually called when a user is finished with the resource locked by the semaphore <nSemaphoreHandle>. This in turn increase its semaphore value. Signaling a semaphore allows the next workstation in the semaphore queue to access the semaphore.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.