Documentation
Process Control
| IPS_Execute | Starts an external program |
| IPS_ExecuteEx | Starts an external program in the user context |
| IPS_RunAction | executes a single action |
| IPS_RunActionWait | executes a single action and waits for the result |
| IPS_RunScript | starts another IP-Symcon script |
| IPS_RunScriptEx | starts another IP-Symcon script and passes variables |
| IPS_RunScriptText | starts text as IP-Symcon script |
| IPS_RunScriptTextEx | starts a text as IP-Symcon script and passes variablesstartet einen Text als IP-Symcon Skript und übergibt Variablen |
| IPS_RunScriptTextWait | starts a text as IP-Symcon script and waits for its execution |
| IPS_RunScriptTextWaitEx | starts a text as IP-Symcon script, passes variables, and waits for the execution of the script |
| IPS_RunScriptWait | starts another IP-Symcon script and waits for the result |
| IPS_RunScriptWaitEx | starts another IP-Symcon script, passes variables, and waits for the result |
| IPS_SemaphoreEnter | allows the synchronization with other simultaneously run scripts |
| IPS_SemaphoreLeave | allows the synchronization with other simultaneously run scripts |
| IPS_Sleep | delays a script for a specified duration |