?> Wie lautet die Syntax für die `actionstatus`-Akti... - Aide
QUESTION / RÉPONSE

Wie lautet die Syntax für die `actionstatus`-Aktion in CASL?

0 consultations

Réponse

Die Syntax lautet: `session.actionstatus / uuid="string";`
Action technique liée

Voir la documentation de actionstatus

Voir l'Action
Thématiques

Voir aussi

addNodeStatus
session

Enumera los detalles sobre las máquinas que se están agregando actualmente al servidor.

actionstatus
session

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.

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.