Send feedback!
(Edit)
IPS_SetEventTriggerSubSequentExecution
boolean IPS_SetEventTriggerSubSequentExecution (string $EventID, boolean $AllowSubsequentExecutions)
Parameters
EventID |
ID of the event to be changed
|
AllowSubsequentExecutions |
TRUE if permitted, otherwise FALSE
|
Returns
If the command succeeds, it returns TRUE, otherwise FALSE. |
Description
This command defines whether the event should be run again if it is triggered for the second time on a limit exceeded/ limit drop event. Otherwise, an event is executed only if the variable value was within the limit range and is again exceeded.
Example
IPS_SetEventTriggerSubsequentExecution($EventID, true); //Allow