{% extends "base.html" %} {% block body %} {% include "partials/running.html" %}

History · completed jobs

{% include "partials/job_rows.html" %}
#targettaskstatusexit
{% if external %}

External processes · not started via ./inv

Discovered by scanning the process table. We didn't spawn these, so there's no log to attach to — command and elapsed time only. Start a build with ./inv <task> to get it fully tracked with a live log.

{% for p in external %} {% endfor %}
pidelapsedcommand
{{ p.pid }}{{ p.elapsed }}{{ p.short_command }}
{% endif %} {% endblock %}