?>
Voir la documentation de actionstatus
The `batchresults` action allows for changing the execution mode of a currently running action to batch mode. This is particularly useful for long-running actions, enabling the client to disconnect and retrieve the results later without interrupting the server-side processing. This action requires the UUID of the session where the target action is executing.
Obtient le statut d'une action pour une session spécifiée.
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.