runtime/PlcStatus.py
author Edouard Tisserant
Wed, 05 Dec 2018 13:05:51 +0100
changeset 2467 fce6ab7ae156
parent 2416 1ca207782dde
permissions -rw-r--r--
Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done...
# -*- 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")