{% extends "layout.html" %} {% block body %}

任务状态查询

{% if state %}

任务[{{ tid }}]当前状态

{% if state.ip %} {% endif %} {% if state.pid %} {% endif %} {% if state.exitcode %} {% endif %} {% if state.updated_at %} {% endif %} {% if state.logs %} {% endif %}
当前状态 {{ state.state }}
IP {{ state.ip }}
工作单元运行进程ID {{ state.pid }}
退出Code {{ state.exitcode }}
更新时间 {{ state.updated_at }}
日志信息 {{ state.logs }}
调度详情
{% endif %}
{% endblock %}