celery.result
Pending task result using the default backend.
Base class for pending result, takes backend argument.
Return the result when it arrives.
If timeout is not None and the result does not arrive within timeout seconds then celery.backends.base.TimeoutError is raised. If the remote call raised an exception then that exception will be reraised by get().