Documentation
SPO_Pause
Require: IP-Symcon >= 5.3
boolean SPO_Pause (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
If a current playback exists, it will be paused.
Example
SPO_Pause(12345);