boolean IPS_SemaphoreLeave (string $Name)
Name | Name that describes the semaphore. |
If the command succeeds, it returns TRUE, otherwise FALSE. |
This command deletes the semaphore that was set with IPS_SemaphoreEnter.
//See IPS_SemaphoreEnter()