result
FireOpalJob.result()Get the result for this job.
This method will block until the job finishes. To avoid blocking, use
this method after the job has completed successfully (for example,
after status() reports an action_status of SUCCESS).
Returns
dict[str, Any] – Dictionary containing the job output.
For the schema of this dictionary, refer to the Returns section of the
documentation for the function that created the job.