Documentation
SPO_SetRepeat
Require: IP-Symcon >= 5.3
boolean SPO_SetRepeat (int $InstanceID, string $Repeat)
Parameters
InstanceID | ID of the Instance |
||||||||
Repeat |
|
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Sets the repeat to the value Repeat.
Example
SPO_SetRepeat(12345, 2);