Added REGLE string state support
This commit is contained in:
parent
7d1a539916
commit
7cb08b17eb
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class State(Enum):
|
||||||
STATE_CONVERSION_TABLE = {
|
STATE_CONVERSION_TABLE = {
|
||||||
"DISPONIBLE": State.AVAILABLE,
|
"DISPONIBLE": State.AVAILABLE,
|
||||||
"TERMINE": State.FINISHED,
|
"TERMINE": State.FINISHED,
|
||||||
|
"REGLE": State.RUNNING_NOT_STARTED,
|
||||||
"HORS SERVICE": State.UNAVAILABLE,
|
"HORS SERVICE": State.UNAVAILABLE,
|
||||||
"ERREUR": State.ERROR,
|
"ERREUR": State.ERROR,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue