bayesline.api.Task.is_ready

Contents

bayesline.api.Task.is_ready#

abstract Task.is_ready() bool#

Check if the task has completed and the result is ready.

Returns#

bool

True if the task is complete and result can be retrieved, False otherwise.