This interface provides methods to access the functions of the SKYRiX master daemon. This daemon is responsible for managing all processes that run within a SKYRiX environment, e.g. all the xml-rpc daemons, the http daemon, SKYRiX itself etc. This interface provides functions modelled alike those used in init scripts, so you find the typical start/stop/ restart commands in here. There are also commands for querying the server about the status of all the tasks. Dieses Interface stellt Methoden zum Zugriff auf die Funktionen des SKYRiX Master Daemons bereit. Dieser Daemon verwaltet alle in der SKYRiX Umgebung laufenden Prozesse, also alle XML-RPC Daemons, den HTTP Daemon und SKYRiX selbst. Die Methoden dieses Interfaces sind nach denen in init-Skripten genutzten Methoden modelliert, es finden sich also die typischen start/stop/restart Funktionen. Auch sind Kommandos zur Statusabfrage der einzelnen Daemons vorhanden. starts a task identified by taskclass with arguments, returns the PID of the started process or false if the start failed. Starts the daemon instance "trackd" with additional parameters (in this case the WOPort gets set to 20000). Startet die Instanz des Daemons "trackd" mit zus'atzlichen Paremetern (in diesem Fall wird der WOPort-Default auf 20000 gesetzt). The command "start" starts a daemon with the given name, using an optional parameter array if provided. Der Befehl "start" startet einen Daemon-Prozess mit dem 'ubergebenen Namen und optionalen Parametern. Stops all daemons of the template class 'trackd'. Stoppt alle laufenden Instanzen der Template-Klasse 'trackd'. Stops a given task or template class started by the daemon. Returns the exit code for tasks or true for template classes, false if the process failed. Stoppt die 'ubergebene Task bzw. alle Instanzen der 'ubergebenen Taskklasse. Der R'uckgabewert ist bei einer einzelnen Task der Exit-Code dieser Task oder True bei einer Taskklasse, schlug der Befehl fehl, wird False zur'uckgegeben. Restarts all running instances of the template class 'trackd'. Startet alle laufenden Instanzen der Templateklasse 'trackd' neu. If the given task is running, the daemons stops it and starts it again. If it's not running yet, it gets started. Returns the PID of the started task. Wenn die 'ubergebene Task l'auft, wird sie vom Daemon gestoppt und anschliessend neu gestartet. Sollte sie noch nicht laufen, wird sie neu gestartet. In beiden F'allen wird die PID der neu gestarteten Task zur'uckgegeben. Get the status of PID 'PID.12345'. Gibt den Status der PID 'PID.12345' zur'uck. Returns the status and the taskclass for the given PID. Gibt den Status und die Taskklasse f'ur die 'ubergebene PID zur'uck. Checks if an instance of the template class 'trackd' is running. Pr'uft, ob eine Instanz der Templateklasse 'trackd' l'auft. Checks if the given task or an instance of the given taskclass is running, returns true if this is the case, false otherwise. Pr'uft, ob die 'ubergebene Task bzw. eine Instanz der 'ubergebenen Taskklasse aktuell l'auft. Sollte dies der Fall sein, wird True zur'uckgegeben, anderenfalls False. Returns the last 10 lines of stdout log of the first PID. Gibt die letzten 10 Zeilen des stdout Logs des Jobs mit der ersten PID zur'uck. Returns the last 'count' lines of stdout for the given task. If count is omitted, returns the last 10 lines of stdout. Gibt die letzten 'count' Zeilen des stdout-Log der 'ubergebenen Task aus. Wenn 'count' nicht angegeben ist, werden die letzten 10 Zeilen zur'uckgegeben. Returns the last 10 lines of stderr log of the first PID. Gibt die letzten 10 Zeilen des stderr Logs des Jobs mit der ersten PID zur'uck. Returns the last 'count' lines of stderr for the given task. If count is omitted, returns the last 10 lines of stdout. Gibt die letzten 'count' Zeilen des stderr-Log der 'ubergebenen Task aus. Wenn 'count' nicht angegeben ist, werden die letzten 10 Zeilen zur'uckgegeben. Returns all registered templates. Gibt alle registrierten Templates zur'uck. Returns the names of all registered templates. Gibt die Namen aller registrierten Templateklassen zur'uck. Returns the PIDs of all running tasks. Gibt die PIDs aller laufenden Tasks zur'uck. Returns the PIDs of all currently running tasks. Gibt die PIDs aller zur Zeit laufenden Tasks zur'uck. Reloads the server configuration. L'adt die Server-Konfiguration neu. Reloads the server config values and all task templates, return true if this was successful, false otherwise. L'adt die Konfigvariablen des Servers sowie alle Tasktemplates neu und gibt True zur'uck, wenn dies erfolgreich war, False im anderen Fall. Returns the names of all available instances. Gibt die Namen aller verf'ugbaren Instanzen zur'uck. Returns the names of all available instances. Gibt die Namen aller verf'ugbaren Instanzen zur'uck.