Django - Celery and Background Tasks
Given the code:
What will
result = AsyncResult('abc123')
status = result.status
output = result.resultWhat will
status and output represent if the task is still running?