bayesline.api.AsyncTask.get_result

bayesline.api.AsyncTask.get_result#

abstract async AsyncTask.get_result() T#

Get the result of the completed task.

Returns#

T

The result of the task.

Raises#

TaskError

If the task failed or is not yet complete.