refactor: migrate project structure by reorganizing realization code snippets into documentation and analysis categories.
This commit is contained in:
16
02_Analyse_Konzept/Enums/TransportOrderStatus.cs
Normal file
16
02_Analyse_Konzept/Enums/TransportOrderStatus.cs
Normal file
@@ -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