RobotNet/RobotNet.RobotShares/Enums/TrafficSolutionState.cs
2025-10-15 15:15:53 +07:00

13 lines
182 B
C#

namespace RobotNet.RobotShares.Enums;
public enum TrafficSolutionState
{
None,
Complete,
Waitting,
GiveWay,
RefreshPath,
LoopResolve,
UnableResolve
}