beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Process Logging : Add annotation in log so that user can see build is still alive and how long external process takes.
mc9_backport_2
2021-03-02, Edouard Tisserant
3e77ab8482ee
IDE: Process Logging : Add annotation in log so that user can see build is still alive and how long external process takes.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")