bayesline.api.AsyncTask.get_result# abstract async AsyncTask.get_result() → T# Get the result of the completed task. Returns# TThe result of the task. Raises# TaskErrorIf the task failed or is not yet complete.