?> Quels sont les paramètres de l'action `actionstat... - Aide
QUESTION / RÉPONSE

Quels sont les paramètres de l'action `actionstatus` ?

0 consultations

Réponse

L'action `actionstatus` requiert le paramètre `uuid`, qui est l'identifiant unique de la session dont vous souhaitez connaître le statut de l'action.
Action technique liée

Voir la documentation de actionstatus

Voir l'Action
Thématiques

Voir aussi

actionstatus
session

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.

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.

addNodeStatus
session

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.