get_result
boulderopal.cloud.get_result(action_id)
Retrieve the result of a previously run calculation.
Parameters
action_id (int or str) – The ID associated to the calculation. You can get the ID of your calculations from the activity monitor.
Returns
A dictionary containing the calculation result.
Return type
dict
WARNING
This function is deprecated and will be removed in a future release. You can instead use boulderopal.cloud.get_job to create a BoulderOpalJob object associated to the calculation and use its get_result method.