What is a common use case for the `listresults` action?

2 vues

Réponse

A common use case is to manage the results of actions that are run in batches. After running multiple actions, you can use `listresults` to see all the generated result tables and then use the `fetchresult` action to retrieve a specific result for further analysis, as shown in the 'Fetch Batched Results from Another Session' example.
Did this answer help you?
listresults

session

See technical action