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