?> What parameter does the actionstatus action requir... - Aide
QUESTION / RÉPONSE

What parameter does the actionstatus action require?

1 consultations

Réponse

The actionstatus action requires the 'uuid' parameter, which is a string that specifies the unique identifier of the session to check.
Action technique liée

Voir la documentation de actionstatus

Voir l'Action
Thématiques

Voir aussi

batchresults
session

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.

actionstatus
session

Obtient le statut d'une action pour une session spécifiée.

batchresults
session

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.