« Back to Product

Documentation

SPO_SetRepeat

Require: IP-Symcon >= 5.3

 boolean SPO_SetRepeat (int $InstanceID, string $Repeat) 

Parameters

InstanceID

ID of the Instance

Repeat
Wert Bedeutung
0 Wiederholung deaktiviert
1 Wiederholung des Kontext
2 Wiederholung des Songs

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);
Any questions?