?>
Voir la documentation de batchresults
The `session.actionstatus` action allows you to retrieve the status of actions for a specific CAS session. This is particularly useful for monitoring long-running jobs or for managing multiple sessions concurrently. By providing the unique identifier (UUID) of a session, you can get detailed information about the state of any actions that have been submitted within that session, such as whether they are running, completed, or have failed.
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.
Cambia una acción que se está ejecutando actualmente de modo síncrono a modo de lote (asíncrono). Esto permite que la sesión del cliente se libere y ejecute otras tareas sin esperar a que la acción original, a menudo de larga duración, se complete. La acción original continúa procesándose en segundo plano en el servidor CAS.