{% extends "framework/base.html" %} {% block header %} {{ _('TaskResult 编辑') }} {% endblock %} {% block content %}

{{ _('TaskResult') }} {{ _('编辑') }}




{{ _('Celery ID for the Task that was run') }}
{{ _('Name of the Task which was run') }}
{{ _('JSON representation of the positional arguments used with the task') }}
{{ _('JSON representation of the named arguments used with the task') }}
{{ _('Current state of the task being run') }}
{{ _('Worker that executes the task') }}
{{ _('Content type of the result data') }}
{{ _('The encoding used to save the task result data') }}
{{ _('The data returned by the task. Use content_encoding and content_type fields to read.') }}
{{ _('Datetime field when the task result was created in UTC') }}
{{ _('Datetime field when the task was completed in UTC') }}
{{ _('Text of the traceback if the task generated one') }}
{{ _('JSON meta information about the task, such as information on child tasks') }}
{% endblock %}