runtime/PlcStatus.py
author Edouard Tisserant
Wed, 05 Dec 2018 14:05:35 +0100
changeset 2468 046303391dea
parent 2416 1ca207782dde
permissions -rw-r--r--
PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped
# -*- 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")