Function NnetSemSgn() Foundation

Signals a semaphore (Increments a semaphore's value).

Syntax
NnetSemSgn( <nSemaphoreHandle>        , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> lSuccess
Return

Returns .T. if the semaphore <nSemaphoreHandle> is signaled.

Description

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.

Feedback

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.