feat: implement new order methods, transport enums, and conveyor telegram overrides
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
public enum TransportOrderStatus
|
||||
{
|
||||
Initial,
|
||||
Pending,
|
||||
InProgress,
|
||||
Transmitted,
|
||||
InDestinationZone,
|
||||
InSequencer,
|
||||
Finished,
|
||||
Cancelled,
|
||||
|
||||
/// <summary>
|
||||
/// see <see cref="ModelEnumParser.UnmappedEnumValue"/>
|
||||
/// </summary>
|
||||
Unmapped
|
||||
}
|
||||
Reference in New Issue
Block a user