MCPcopy
hub / github.com/celery/celery / AsyncResult

Method AsyncResult

celery/contrib/abortable.py:143–145  ·  view source on GitHub ↗

Return the accompanying AbortableAsyncResult instance.

(self, task_id)

Source from the content-addressed store, hash-verified

141 abstract = True
142
143 def AsyncResult(self, task_id):
144 """Return the accompanying AbortableAsyncResult instance."""
145 return AbortableAsyncResult(task_id, backend=self.backend)
146
147 def is_aborted(self, **kwargs):
148 """Return true if task is aborted.

Callers 1

is_abortedMethod · 0.95

Calls 1

Tested by

no test coverage detected