?>
Voir la documentation de actionstatus
The addNodeStatus action lists details about machines that are currently being added to the server. This is particularly useful in a distributed environment to monitor the status of worker nodes joining the CAS cluster. It helps administrators verify that new nodes are being added successfully and to troubleshoot any issues that may arise during the process.
L'action `session.batchresults` permet de détacher une action en cours d'exécution de la session client actuelle. Essentiellement, elle convertit une action synchrone ou asynchrone en un job s'exécutant en mode batch (arrière-plan) sur le serveur CAS. Cela libère la session client, qui peut alors soumettre d'autres actions sans attendre la fin de la première. L'action est identifiée par son UUID (Universal Unique Identifier) de job, qui est retourné lorsqu'une action est lancée de manière asynchrone.
Ruft den Status einer bestimmten Aktion innerhalb einer CAS-Sitzung ab. Dies ist besonders nützlich, um den Fortschritt von asynchron ausgeführten Aktionen zu überwachen. Anstatt auf den Abschluss einer Aktion zu warten, kann man ihre Job-ID (UUID) speichern und ihren Status (z. B. 'Laufend', 'Abgeschlossen', 'Fehlgeschlagen') zu einem späteren Zeitpunkt abfragen.