get_result

Qctrl.get_result(action_id)

This function is used to return the results of a previously run function. You will be able to get the id of your action from the activity monitor.

Parameters:

action_id (str) – the id of the action which maps to an executed function.

Returns:

an instance of a class derived from a CoreActionResult.

Return type:

qctrl.dynamic.types.CoreActionResult