runtime/PlcStatus.py
author Edouard Tisserant
Thu, 18 Apr 2019 14:35:42 +0200
branchfix_PLC_runtime_shutdown
changeset 2604 c8a25a3a7f8b
parent 2416 1ca207782dde
permissions -rw-r--r--
Runtime worker : unblock the last waiting job and prevent any new job to wait when Main Worker is being shut down.
# -*- 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")