runtime/PlcStatus.py
author Edouard Tisserant
Thu, 18 Apr 2019 14:29:55 +0200
branchfix_PLC_runtime_shutdown
changeset 2601 9c5b20dc2b2e
parent 2416 1ca207782dde
permissions -rw-r--r--
Enure that all threads are joined before trying to exit
# -*- 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")